]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Make travis test --without-optimizations and --without-new-strategies codepaths as...
authorHans Kristian Rosbach <hk-git@circlestorm.org>
Thu, 28 Apr 2016 12:20:46 +0000 (14:20 +0200)
committerHans Kristian Rosbach <hk-git@circlestorm.org>
Thu, 28 Apr 2016 12:20:46 +0000 (14:20 +0200)
.travis.yml

index 8db68979da670deae9de55116d6f19a4b908b16c..c610d8a701721e2fc589ff2274217158e73a0767 100644 (file)
@@ -5,6 +5,7 @@ compiler:
 env:
   - BUILDDIR=. TOOL="./configure --zlib-compat"
   - BUILDDIR=../build TOOL="../zlib-ng/configure --zlib-compat"
+  - BUILDDIR=. TOOL="./configure --zlib-compat --without-optimizations --without-new-stategies"
   - BUILDDIR=. TOOL="cmake ."
   - BUILDDIR=../build TOOL="cmake ../zlib-ng"
 script: mkdir -p $BUILDDIR && cd $BUILDDIR &&