]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Both travis builds using configure should do zlib-compat
authorHans Kristian Rosbach <hk-git@circlestorm.org>
Thu, 28 Apr 2016 12:15:02 +0000 (14:15 +0200)
committerHans Kristian Rosbach <hk-git@circlestorm.org>
Thu, 28 Apr 2016 12:15:02 +0000 (14:15 +0200)
.travis.yml

index 3d7de69d3af29e1d28be6f96d722cb65d3d4bcac..8db68979da670deae9de55116d6f19a4b908b16c 100644 (file)
@@ -4,7 +4,7 @@ compiler:
   - clang
 env:
   - BUILDDIR=. TOOL="./configure --zlib-compat"
-  - BUILDDIR=../build TOOL="../zlib-ng/configure"
+  - BUILDDIR=../build TOOL="../zlib-ng/configure --zlib-compat"
   - BUILDDIR=. TOOL="cmake ."
   - BUILDDIR=../build TOOL="cmake ../zlib-ng"
 script: mkdir -p $BUILDDIR && cd $BUILDDIR &&