From: Hans Kristian Rosbach Date: Thu, 28 Apr 2016 12:15:02 +0000 (+0200) Subject: Both travis builds using configure should do zlib-compat X-Git-Tag: 1.9.9-b1~775 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7611a5fa2dacac14efecf27c2ab0e1fabe53e46a;p=thirdparty%2Fzlib-ng.git Both travis builds using configure should do zlib-compat --- diff --git a/.travis.yml b/.travis.yml index 3d7de69d3..8db68979d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 &&