diff options
Diffstat (limited to 'testing/source/vtown/deps/cryfs/.travis.yml')
-rw-r--r-- | testing/source/vtown/deps/cryfs/.travis.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/source/vtown/deps/cryfs/.travis.yml b/testing/source/vtown/deps/cryfs/.travis.yml new file mode 100644 index 00000000..703006d3 --- /dev/null +++ b/testing/source/vtown/deps/cryfs/.travis.yml @@ -0,0 +1,15 @@ +language: cpp +sudo: required +os: osx +compiler: +# - gcc +- clang +env: + - BUILD_TARGET=Debug + - BUILD_TARGET=Release + - BUILD_TARGET=RelWithDebInfo +install: +- .travisci/install.sh +script: +- .travisci/build_and_test.sh +cache: ccache |