|
@@ -17,17 +17,16 @@ matrix:
|
|
|
- os: linux
|
|
|
compiler: clang
|
|
|
env: VCMI_PLATFORM='linux' REAL_CC=clang-3.6 REAL_CXX=clang++-3.6 PACKAGE=clang-3.6
|
|
|
- SUPPORT=libstdc++-4.8-dev VCMI_CMAKE_FLAGS='-DENABLE_TEST=0'
|
|
|
+ SUPPORT=libstdc++-4.8-dev
|
|
|
- os: linux
|
|
|
compiler: clang
|
|
|
env: VCMI_PLATFORM='linux' REAL_CC=clang-3.4 REAL_CXX=clang++-3.4 PACKAGE=clang-3.4
|
|
|
- SUPPORT=libstdc++-4.8-dev VCMI_CMAKE_FLAGS='-DENABLE_TEST=0'
|
|
|
+ SUPPORT=libstdc++-4.8-dev
|
|
|
- os: linux
|
|
|
compiler: gcc
|
|
|
env: VCMI_PLATFORM='linux' REAL_CC=gcc-4.8 REAL_CXX=g++-4.8 PACKAGE=g++-4.8 SUPPORT=
|
|
|
- VCMI_CMAKE_FLAGS='-DENABLE_TEST=0'
|
|
|
- os: linux
|
|
|
- env: VCMI_PLATFORM='mxe' MXE_TARGET=i686-w64-mingw32.shared VCMI_CMAKE_FLAGS='-DENABLE_TEST=0'
|
|
|
+ env: VCMI_PLATFORM='mxe' MXE_TARGET=i686-w64-mingw32.shared
|
|
|
sudo: required
|
|
|
- os: osx
|
|
|
env: VCMI_PLATFORM='mac'
|
|
@@ -40,7 +39,7 @@ addons:
|
|
|
notification_email: [email protected]
|
|
|
build_command_prepend: cov-configure --compiler clang-3.6 --comptype clangcc &&
|
|
|
cov-configure --comptype clangcxx --compiler clang++-3.6 && cmake -G Ninja ..
|
|
|
- -DCMAKE_BUILD_TYPE=DEBUG -DENABLE_LAUNCHER=0 -DENABLE_TEST=0
|
|
|
+ -DCMAKE_BUILD_TYPE=DEBUG -DENABLE_LAUNCHER=0
|
|
|
build_command: ninja -j 3
|
|
|
branch_pattern: coverity_scan
|
|
|
|