Loading .travis.yml +14 −0 Original line number Diff line number Diff line Loading @@ -3,10 +3,12 @@ language: c addons: apt: packages: - clang-3.6 - gcc-5 - binutils-mingw-w64 - gcc-mingw-w64 sources: - llvm-toolchain-precise-3.6 - ubuntu-toolchain-r-test os: Loading @@ -15,6 +17,7 @@ os: compiler: - clang - clang-3.6 - gcc - gcc-5 - i686-w64-mingw32-gcc Loading @@ -27,10 +30,21 @@ env: matrix: include: - os: linux compiler: clang-3.6 env: CONFIG_OPTS="-fsanitize=address" - os: linux compiler: clang-3.6 env: CONFIG_OPTS="--debug --strict-warnings -fsanitize=address" - os: linux compiler: gcc-5 env: CONFIG_OPTS="-fsanitize=address" - os: linux compiler: gcc-5 env: CONFIG_OPTS="--debug --strict-warnings -fsanitize=address" exclude: - os: osx compiler: clang-3.6 - os: osx compiler: gcc-5 - os: osx Loading Loading
.travis.yml +14 −0 Original line number Diff line number Diff line Loading @@ -3,10 +3,12 @@ language: c addons: apt: packages: - clang-3.6 - gcc-5 - binutils-mingw-w64 - gcc-mingw-w64 sources: - llvm-toolchain-precise-3.6 - ubuntu-toolchain-r-test os: Loading @@ -15,6 +17,7 @@ os: compiler: - clang - clang-3.6 - gcc - gcc-5 - i686-w64-mingw32-gcc Loading @@ -27,10 +30,21 @@ env: matrix: include: - os: linux compiler: clang-3.6 env: CONFIG_OPTS="-fsanitize=address" - os: linux compiler: clang-3.6 env: CONFIG_OPTS="--debug --strict-warnings -fsanitize=address" - os: linux compiler: gcc-5 env: CONFIG_OPTS="-fsanitize=address" - os: linux compiler: gcc-5 env: CONFIG_OPTS="--debug --strict-warnings -fsanitize=address" exclude: - os: osx compiler: clang-3.6 - os: osx compiler: gcc-5 - os: osx Loading