1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2024-09-29 05:50:47 +00:00
Commit Graph

26 Commits

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