2014-07-12 16:35:55 +03:00
language : cpp
2016-10-11 23:52:47 +02:00
os :
2017-06-12 17:17:10 +02:00
- linux
- osx
2016-10-11 23:52:47 +02:00
dist : trusty
sudo : required
2014-07-12 20:20:02 +03:00
env :
2016-11-24 20:33:06 +02:00
matrix :
- ignore=this
2016-11-24 20:05:58 +02:00
global :
2017-06-12 17:17:10 +02:00
- secure : NMg+qtQB4DIZ/KqlDeIn3K7A7Ydksdpnbv6Ha9n4bSSA0AT8wlPwbHXvQmiR8qYs6cnz4fyY6NVcBe7X3bdR8jWyPNAS0l0QByqG12q3dBpEtNNn0X5u/GS3wHse5+ObNAF9a83+xACTQj2UdxqHgJ3LFGzdBpQt3kLsc8NDnn8=
cache :
timeout : 500
directories :
- $HOME/Library/Caches/Homebrew
2014-07-13 11:44:39 +03:00
2014-07-12 19:50:48 +03:00
matrix :
2014-07-12 20:20:02 +03:00
exclude :
2017-06-12 17:17:10 +02:00
- env : ignore=this
2014-07-12 19:50:48 +03:00
include :
2017-06-12 17:17:10 +02:00
- 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'
- 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'
- 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'
sudo : required
- os : osx
env : VCMI_PLATFORM='mac'
2014-07-13 11:44:39 +03:00
2016-11-24 20:05:58 +02:00
addons :
coverity_scan :
project :
name : vcmi/vcmi
description : Build submitted via Travis CI
2016-11-25 02:24:14 +02:00
notification_email : coverity@arseniyshestakov.com
2017-06-12 17:17:10 +02:00
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
2017-06-09 14:06:31 +02:00
build_command : ninja -j 3
2016-11-24 20:05:58 +02:00
branch_pattern : coverity_scan
2014-07-12 16:35:55 +03:00
notifications :
email :
recipients :
2017-06-12 17:17:10 +02:00
- noreply@vcmi.eu
2014-07-12 16:35:55 +03:00
on_success : change
2014-07-14 17:01:44 +03:00
on_failure : always
2017-06-09 14:06:31 +02:00
slack :
2017-06-12 17:17:10 +02:00
secure : KHXFe14FFKtw5mErWbj730+utqy7i/3AUobWfAMAGvWI5sJYlhbBU+KvvCoD2SlRQg3mQqgwVw8NBJF1Mffs7WcRmrFFFmuMqZxFLAfKBd3T0CxWpAGfnfNgDmlfV4OfEgQWk1pakEPOymhxbbmLUuCjykZDuTcioxAk0UAHDwY=
before_install :
- test $TRAVIS_BRANCH != coverity_scan -o ${TRAVIS_JOB_NUMBER##*.} = 1 || exit 0
- . $TRAVIS_BUILD_DIR/CI/$VCMI_PLATFORM/before_install.sh
before_script :
- mkdir build
- cd build
- test $TRAVIS_BRANCH != coverity_scan || exit 0
- source $TRAVIS_BUILD_DIR/CI/get_package_name.sh
- cmake -G "Unix Makefiles" .. $VCMI_CMAKE_FLAGS -DPACKAGE_NAME_SUFFIX:STRING="$VCMI_PACKAGE_NAME_SUFFIX" -DPACKAGE_FILE_NAME:STRING="$VCMI_PACKAGE_FILE_NAME"
script :
- test $TRAVIS_BRANCH != coverity_scan || exit 0
- if [[ $TRAVIS_OS_NAME == 'osx' ]]; then cd ..; xcodebuild -project osx/osx-vcmibuilder/vcmibuilder.xcodeproj/ -configuration Release CONFIGURATION_BUILD_DIR=..; cd build; fi
- make -j2
after_success :
- test $TRAVIS_BRANCH != coverity_scan || exit 0
- . $TRAVIS_BUILD_DIR/CI/$VCMI_PLATFORM/upload_package.sh