From: Hans Kristian Rosbach Date: Thu, 28 Apr 2016 12:20:46 +0000 (+0200) Subject: Make travis test --without-optimizations and --without-new-strategies codepaths as... X-Git-Tag: 1.9.9-b1~774 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c12c9ae15abe29b2d0a982d4ea19b5a684adcce;p=thirdparty%2Fzlib-ng.git Make travis test --without-optimizations and --without-new-strategies codepaths as well. --- diff --git a/.travis.yml b/.travis.yml index 8db68979d..c610d8a70 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 &&