]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Travis should compile and test the zlib-compat code as well
authorHans Kristian Rosbach <hk-git@circlestorm.org>
Thu, 28 Apr 2016 12:12:41 +0000 (14:12 +0200)
committerHans Kristian Rosbach <hk-git@circlestorm.org>
Thu, 28 Apr 2016 12:12:41 +0000 (14:12 +0200)
.travis.yml

index bf00ba8cb1061eeeb975fdcd9f77e55b8d48b4a4..3d7de69d3af29e1d28be6f96d722cb65d3d4bcac 100644 (file)
@@ -3,7 +3,7 @@ compiler:
   - gcc
   - clang
 env:
-  - BUILDDIR=. TOOL="./configure"
+  - BUILDDIR=. TOOL="./configure --zlib-compat"
   - BUILDDIR=../build TOOL="../zlib-ng/configure"
   - BUILDDIR=. TOOL="cmake ."
   - BUILDDIR=../build TOOL="cmake ../zlib-ng"