2016-12-14 06:53:10 +08:00
|
|
|
language: generic
|
2016-06-09 23:17:19 +08:00
|
|
|
|
|
|
|
matrix:
|
|
|
|
include:
|
|
|
|
- os: linux
|
2017-04-11 04:26:21 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: osx
|
2017-04-11 04:26:21 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2017-04-11 04:26:21 +08:00
|
|
|
env: CC=clang CXX=clang++ COMPILER_FLAGS="" CONFIGURE_FLAGS="" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2017-04-11 04:26:21 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="-m32" CONFIGURE_FLAGS="" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
packages:
|
|
|
|
- gcc-multilib
|
|
|
|
- os: linux
|
2017-04-11 04:26:21 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-debug" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2017-04-11 04:26:21 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-prof" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2016-12-14 08:19:20 +08:00
|
|
|
- os: linux
|
2017-04-11 04:26:21 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--disable-stats" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2017-04-11 04:26:21 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--disable-tcache" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: osx
|
2017-04-11 04:26:21 +08:00
|
|
|
env: CC=clang CXX=clang++ COMPILER_FLAGS="" CONFIGURE_FLAGS="" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: osx
|
2017-04-11 04:26:21 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="-m32" CONFIGURE_FLAGS="" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: osx
|
2017-04-11 04:26:21 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-debug" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: osx
|
2017-04-11 04:26:21 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--disable-stats" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: osx
|
2017-04-11 04:26:21 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--disable-tcache" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2016-06-09 23:17:19 +08:00
|
|
|
- os: linux
|
2017-04-11 04:26:21 +08:00
|
|
|
env: CC=clang CXX=clang++ COMPILER_FLAGS="-m32" CONFIGURE_FLAGS="" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2016-12-14 08:19:20 +08:00
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
packages:
|
2017-01-26 04:58:50 +08:00
|
|
|
- gcc-multilib
|
|
|
|
- os: linux
|
2017-04-11 04:26:21 +08:00
|
|
|
env: CC=clang CXX=clang++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-debug" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2016-12-14 08:19:20 +08:00
|
|
|
- os: linux
|
2017-04-11 04:26:21 +08:00
|
|
|
env: CC=clang CXX=clang++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-prof" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2017-04-11 04:26:21 +08:00
|
|
|
env: CC=clang CXX=clang++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--disable-stats" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2017-04-11 04:26:21 +08:00
|
|
|
env: CC=clang CXX=clang++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--disable-tcache" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2017-04-11 04:26:21 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="-m32" CONFIGURE_FLAGS="--enable-debug" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2016-06-09 23:17:19 +08:00
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
packages:
|
2017-01-26 04:58:50 +08:00
|
|
|
- gcc-multilib
|
|
|
|
- os: linux
|
2017-04-11 04:26:21 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="-m32" CONFIGURE_FLAGS="--enable-prof" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
packages:
|
|
|
|
- gcc-multilib
|
|
|
|
- os: linux
|
2017-04-11 04:26:21 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="-m32" CONFIGURE_FLAGS="--disable-stats" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
packages:
|
|
|
|
- gcc-multilib
|
|
|
|
- os: linux
|
2017-04-11 04:26:21 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="-m32" CONFIGURE_FLAGS="--disable-tcache" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
packages:
|
|
|
|
- gcc-multilib
|
|
|
|
- os: linux
|
2017-04-11 04:26:21 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-debug --enable-prof" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2017-04-11 04:26:21 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-debug --disable-stats" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2017-04-11 04:26:21 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-debug --disable-tcache" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2017-04-11 04:26:21 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-prof --disable-stats" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2017-04-11 04:26:21 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-prof --disable-tcache" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2017-04-11 04:26:21 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--disable-stats --disable-tcache" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
|
2016-06-09 23:17:19 +08:00
|
|
|
|
|
|
|
before_script:
|
|
|
|
- autoconf
|
2017-01-26 04:58:50 +08:00
|
|
|
- ./configure ${COMPILER_FLAGS:+ CC="$CC $COMPILER_FLAGS" CXX="$CXX $COMPILER_FLAGS" } $CONFIGURE_FLAGS
|
2016-06-09 23:17:19 +08:00
|
|
|
- make -j3
|
|
|
|
- make -j3 tests
|
|
|
|
|
|
|
|
script:
|
|
|
|
- make check
|
2017-01-26 04:58:50 +08:00
|
|
|
|