summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-06-23 21:17:33 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-06-23 21:17:33 +0300
commit794b9ceb1be23d20f21094843f597dc9dc6708fb (patch)
treeb58fb9525c39216437bb8aeb9ced1e263fdbb4ba /.travis.yml
parentcb21433dc84261ea501b917f36d40ef09f256218 (diff)
Add entry for GCC5 on Travis-CI
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml15
1 files changed, 14 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a0ea4e92..89736898 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,11 +19,24 @@ matrix:
- os: linux
compiler: gcc
env:
+ - CXX_COMPILER=g++-5
+ - C_COMPILER=gcc-5
+ - QT_VERSION="-5.10.1"
+ - QT_PKG=510
+ - DEPLOYMENT=1
+ - USE_BUNDLED_BOOST=1
+ - USE_BUNDLED_SPDLOG=1
+ addons:
+ apt:
+ sources: ["ubuntu-toolchain-r-test"]
+ packages: ["g++-5", "ninja-build"]
+ - os: linux
+ compiler: gcc
+ env:
- CXX_COMPILER=g++-7
- C_COMPILER=gcc-7
- QT_VERSION="-5.10.1"
- QT_PKG=510
- - DEPLOYMENT=1
- USE_BUNDLED_BOOST=1
- USE_BUNDLED_SPDLOG=1
addons: