]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Run tests on Travis CI with .travis.yml 6/head
authorDaniel Axtens <dja@axtens.net>
Sun, 26 Apr 2015 15:18:21 +0000 (01:18 +1000)
committerDaniel Axtens <dja@axtens.net>
Sun, 26 Apr 2015 15:21:01 +0000 (01:21 +1000)
Signed-off-by: Daniel Axtens <dja@axtens.net>
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..94ef748
--- /dev/null
@@ -0,0 +1,5 @@
+language: c
+compiler:
+  - gcc
+  - clang
+script: ./configure && make && make check