mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 06:42:12 +00:00
Added GCC 7 target to Travis CI configuration
This commit is contained in:
parent
9d73e4c635
commit
d766d22336
1 changed files with 13 additions and 0 deletions
13
.travis.yml
13
.travis.yml
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue