Added GCC 7 target to Travis CI configuration

This commit is contained in:
alexey.lysiuk 2017-05-24 10:55:07 +03:00
parent 9d73e4c635
commit d766d22336
1 changed files with 13 additions and 0 deletions

View File

@ -42,6 +42,19 @@ matrix:
- g++-6
- libsdl2-dev
- os: linux
compiler: gcc
env:
- GCC_VERSION=7
- CMAKE_OPTIONS="-DCMAKE_BUILD_TYPE=MinSizeRel"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-7
- libsdl2-dev
- os: linux
compiler: clang
env: