- updated Travis CI configuration with Xcode 9.4 and GCC 8

This commit is contained in:
alexey.lysiuk 2018-07-27 16:34:18 +03:00
parent 9653aa95a4
commit 5011f1b33b
1 changed files with 15 additions and 1 deletions

View File

@ -16,7 +16,7 @@ matrix:
- CMAKE_OPTIONS="-DCMAKE_BUILD_TYPE=Debug -DCMAKE_OSX_DEPLOYMENT_TARGET=10.9"
- os: osx
osx_image: xcode9.3
osx_image: xcode9.4
env:
- CMAKE_OPTIONS="-DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_DEPLOYMENT_TARGET=10.9"
@ -76,6 +76,20 @@ matrix:
- libsdl2-dev
- libgtk-3-dev
- os: linux
compiler: gcc
env:
- GCC_VERSION=8
- CMAKE_OPTIONS="-DCMAKE_BUILD_TYPE=MinSizeRel -DCMAKE_CXX_FLAGS=-Wno-implicit-fallthrough"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-8
- libsdl2-dev
- libgtk-3-dev
- os: linux
compiler: clang
env: