From d766d223368235cebed9d95a0ee22ff7facda150 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Wed, 24 May 2017 10:55:07 +0300 Subject: [PATCH] Added GCC 7 target to Travis CI configuration --- .travis.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.travis.yml b/.travis.yml index 77a2ea7ce9d..4b51120af4f 100644 --- a/.travis.yml +++ b/.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: