include:
- os: linux
compiler: gcc
- env: BUILDDIR=. TOOL="./configure"
+ env: BUILDDIR=. TOOL="./configure --warn"
- os: linux
compiler: gcc
- env: BUILDDIR=. TOOL="./configure --zlib-compat --native"
+ env: BUILDDIR=. TOOL="./configure --warn --zlib-compat --native"
- os: linux
compiler: gcc
- env: BUILDDIR=../build TOOL="../zlib-ng/configure --zlib-compat"
+ env: BUILDDIR=../build TOOL="../zlib-ng/configure --warn --zlib-compat"
- os: linux
compiler: gcc
- env: BUILDDIR=. TOOL="./configure --zlib-compat --without-optimizations --without-new-strategies"
+ env: BUILDDIR=. TOOL="./configure --warn --zlib-compat --without-optimizations --without-new-strategies"
- os: linux
compiler: gcc
env: BUILDDIR=. TOOL="cmake ."
- os: linux
compiler: clang
- env: BUILDDIR=. TOOL="./configure --zlib-compat"
+ env: BUILDDIR=. TOOL="./configure --warn --zlib-compat"
- os: linux
compiler: clang
env: BUILDDIR=../build TOOL="cmake ../zlib-ng"
- os: osx
compiler: gcc
- env: BUILDDIR=. TOOL="./configure --zlib-compat"
+ env: BUILDDIR=. TOOL="./configure --warn --zlib-compat"
- os: osx
compiler: gcc
- env: BUILDDIR=../build TOOL="../zlib-ng/configure --zlib-compat"
+ env: BUILDDIR=../build TOOL="../zlib-ng/configure --warn --zlib-compat"
- os: osx
compiler: gcc
env: BUILDDIR=. TOOL="cmake ."
- os: osx
compiler: clang
- env: BUILDDIR=. TOOL="./configure --zlib-compat"
+ env: BUILDDIR=. TOOL="./configure --warn --zlib-compat"
- os: osx
compiler: clang
env: BUILDDIR=../build TOOL="cmake ../zlib-ng"