Skip to content

Commit

Permalink
Added GCC 7 target to Travis CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed May 24, 2017
1 parent 9d73e4c commit d766d22
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Expand Up @@ -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:
Expand Down

0 comments on commit d766d22

Please sign in to comment.