summaryrefslogtreecommitdiffstats
path: root/testing/source/vtown/deps/cryfs/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'testing/source/vtown/deps/cryfs/.travis.yml')
-rw-r--r--testing/source/vtown/deps/cryfs/.travis.yml15
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 000000000..703006d32
--- /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