Added GCC 4.9 to Travis configuration

This commit is contained in:
alexey.lysiuk 2017-11-05 10:12:02 +02:00
parent a1562c5a76
commit ba298ccd6e

View file

@ -15,6 +15,19 @@ matrix:
env:
- CMAKE_OPTIONS="-DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_DEPLOYMENT_TARGET=10.7"
- os: linux
compiler: gcc
env:
- GCC_VERSION=4.9
- CMAKE_OPTIONS="-DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS=-Wno-maybe-uninitialized"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.9
- libsdl2-dev
- os: linux
compiler: gcc
env: