Falk Werner
68f92969c1
generate coverage
2020-06-15 22:55:46 +02:00
Falk Werner
254905303f
removed dobuild and adapter stuff
2020-06-15 22:28:42 +02:00
Falk Werner
71956c4574
removed arm32v7/minsize config (build time too long)
2020-06-14 19:28:05 +02:00
Falk Werner
c4b4fc57e5
changed travis configuration to bionic
2020-06-08 20:56:19 +02:00
nosamad
7d32f5b575
fixes buildtype coverage and minsize release
2020-06-07 16:56:23 +02:00
nosamad
ffedae1963
force sequential test execution
2020-05-26 12:43:53 +02:00
nosamad
fcc91e509c
removes parallel execution of tests
2020-05-26 12:27:41 +02:00
nosamad
22b354b598
disables docker upgrade, need more investigation
...
- disables buildkit
2020-05-26 12:13:11 +02:00
nosamad
506e29e6a8
fix configuration filter
...
- missing filter property
- re-enables PARALLELMFLAGS=-j4
2020-05-26 10:42:04 +02:00
nosamad
d42d4dd9ac
add required sudo for travis
2020-05-26 10:21:25 +02:00
nosamad
5727ad7415
upgrade docker and reenable buildkit
2020-05-26 10:06:18 +02:00
nosamad
733bf9512f
fix cpu limit while virtual machine has only 2 cores
2020-05-26 01:21:38 +02:00
nosamad
2bf96c95a6
disable buildkit support, docker daemon to old
2020-05-26 01:03:28 +02:00
nosamad
636e7f96f8
upgrade dobuild to newer version
...
- fixes incompatibilities
- renames amd64 arch to x86_64 (uname -m)
2020-05-26 00:44:25 +02:00
Falk Werner
9095fbc1b7
fixed alpine build
2020-04-04 17:45:48 +02:00
Falk Werner
7b78194cb3
specify distro for make
2020-04-04 17:18:24 +02:00
Falk Werner
a532197e24
added alpine build
2020-04-04 16:56:20 +02:00
Falk Werner
63c2b06213
fix: run coverage tests without valgrind (SIGPROF)
2019-12-01 11:44:35 +01:00
Falk Werner
b500ebeeaf
introduced new build type "Coverage"
2019-12-01 11:01:00 +01:00
Falk Werner
973f95f30b
enables coverage generation again (but uses guard)
2019-05-26 17:37:34 +02:00
Falk Werner
b98a7e0425
feat(webfuse): provide code coverage ( #32 )
...
* added coverage generation
* adds script to create coverage report
* adds lcov to docker files
* moves coverage to .build
* uses cmake to generate coverage
* added trigger of codecov
* adds code coverage badge
* sets branch of coverage to master to prepare reintegration
* fixes some style issues
2019-04-27 09:49:43 +02:00
nosamad
500353115c
chore(webfuse): debian build support ( #22 )
...
* adds debian builder image
* adds arm32v7 debian based builder image
* sets the default build target to amd64-ubuntu-builder if MARCH is unset
* adds distro filter and set default to ubuntu for travis
disables debian builds for now
* fixes wrapper for non container hosts
* fixes distro selection and parallel mflags
* changes parallelization option
* fixes parallel flags and variable names
* enhances makefile
adds checksum for fetch dependencies
discovers necessary commands
fixes error when script get_container_id not found
* fixes copy artifacts to image
* fixes typo
* fixes another typo
* removes bash dependency
- simplifies scripts to support posix shell
- adds REGISTERY_PREFIX to support usage of local docker registry
- renames wrapper template
- adds discovery for tty and interactive for wrappers
* adds docker-compose wrapper
* adds ability to start wrapper in namespace of another container
* renames compose wrapper script
* adds support to retrieve source epoch date for svn
* fixes handling for positional arguments
* removes docker connection options
* removes dependency to readlink
* removes duplicate options
2019-04-06 08:09:21 +02:00
nosamad
b1527d5581
chore(webfuse): add debugging configurations and launch support ( #21 )
...
* fixes verbosity option when set through command line
* adds support for build type and allows to run gdb in container
* adds missing toolchain headers to project
* renames container macros
* adds gdbserver
* fixes verbosity option when set through command line
* adds support for build type and allows to run gdb in container
* adds missing toolchain headers to project
* renames container macros
* adds gdbserver
* removes language settings, which contains alternating values
* adds wrapper script to launch gdbserver
* fix docker command in wrapper script
* fixes run in dind setup
* replaces docker's init through dump-init
2019-04-02 22:21:02 +02:00
nosamad
1d413456a2
fix(webfuse): fix macros ( #18 )
...
* fixes return code on error
* fixes macro usage
* adds clean target
* fixes file mode
* fixes image name
* adds registry prefix to allow usage of custom registry (on-premise)
* changes syntax in travis file for package installation
* fixes duplicate settings discovery
2019-03-29 13:23:17 +01:00
nosamad
0ac03b6150
feat(webfuse): eclipse cdt project ( #17 )
...
adds convenience run and discovery targets (for first build target)
allows usage of host container (volume mount/ dind)
fixes portable workspace configuration
adds makefile targets to CDT configuration
fixes localization
* adds eclipse-cdt project and necessary discovery for toolchain settings
* extends targets and fixes discovery
* renames CDT Eclipse project
* enables portable workspace docker-build on build server
2019-03-28 07:43:21 +01:00
nosamad
2f8d2a8724
adds valgrind support for amd64 architectures
2019-03-23 18:16:31 +01:00
nosamad
740b247250
moves download of artifacts to bootstrapping makefile
2019-03-21 00:43:53 +01:00
nosamad
38a2240b65
moves build to before_script travis life-cycle
2019-03-20 19:57:53 +01:00
nosamad
ebb3371b85
changes user id mapping
2019-03-20 19:55:34 +01:00
nosamad
af0e355351
changes to use docker multiarch build
2019-03-20 19:55:34 +01:00
Falk Werner
75c80de1b9
added clang as compiler
2019-02-23 16:21:13 +01:00
Falk Werner
95a0a4df59
changed build behavior: tests and example are enabled by default and can be disabled using cmake options
2019-02-15 16:16:24 +01:00
Falk Werner
027adb98c3
moved scripts to install dependencies into separate file
2019-02-13 23:06:54 +01:00
Falk Werner
c1fe7cb98b
removed coverity stuff
2019-02-13 21:12:48 +01:00
Falk Werner
a64ec70178
added coverity scan
2019-02-12 20:52:10 +01:00
Falk Werner
f5d48932e1
enable build of example
2019-02-10 14:23:00 +01:00
Falk Werner
fd0e20079b
execute tests with valgrind (memcheck)
2019-02-10 09:52:13 +01:00
Falk Werner
0ecb54c422
set LD_LIBRARY_PATH in order to find libfuse.so
2019-02-10 09:48:36 +01:00
Falk Werner
69ac81f6fb
execute unit tests after build
2019-02-10 09:41:56 +01:00
Falk Werner
75496cdefd
fix: yet another typo fixed
2019-02-10 09:01:22 +01:00
Falk Werner
7021411ee7
fix: spell error fixed
2019-02-10 08:57:31 +01:00
Falk Werner
da042cb60e
fix: do not try to install libjansson via apt
2019-02-10 08:55:55 +01:00
Falk Werner
17bab1d3c8
install libjannson and gtest before build
2019-02-10 08:54:06 +01:00
Falk Werner
1e3984fd19
install libjannson before build
2019-02-10 08:42:40 +01:00
Falk Werner
b92cb77cb7
fix: corrected wrong build dir of libwebsockets
2019-02-10 08:38:26 +01:00
Falk Werner
a0ec8fd29d
install libwebsockets before build
2019-02-10 08:34:48 +01:00
Falk Werner
ea18cd7244
fix: leave intermediate dir before install
2019-02-10 08:27:58 +01:00
Falk Werner
1d5b434d8b
install libfuse before build
2019-02-10 08:22:03 +01:00
Falk Werner
9b436f9789
added yaml file for travis (CI)
2019-02-10 08:13:49 +01:00