1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2024-09-28 11:20:50 +00:00
Commit Graph

32 Commits

Author SHA1 Message Date
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