]> git.localhorst.tv Git - blank.git/commitdiff
travis config
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 8 Nov 2016 16:36:44 +0000 (17:36 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 8 Nov 2016 19:21:35 +0000 (20:21 +0100)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..3dde5e0
--- /dev/null
@@ -0,0 +1,18 @@
+# vim: sts=2 sw=2 et:
+
+os: linux
+dist: trusty
+group: stable
+
+language: cpp
+services:
+- docker
+
+matrix:
+  include:
+    - env: IMAGE=archlinux-build TARGETS=codecov
+    - env: IMAGE=debian-latest-build TARGETS=test
+    - env: IMAGE=debian-testing-build TARGETS=test
+
+script:
+    - bash scripts/docker/exec.bash