From 8639567a5eb3e8930b1169e82a492e350d63a5f8 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Sun, 2 Jun 2019 16:35:43 +0200 Subject: [PATCH] Add jobs for trusty (pretty close to RHEL 7) --- .travis.yml.example-full | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.travis.yml.example-full b/.travis.yml.example-full index 3796979..fba512b 100644 --- a/.travis.yml.example-full +++ b/.travis.yml.example-full @@ -42,6 +42,14 @@ matrix: - env: BASE_BRANCH=7.0 EXTRA="CMD_CXXFLAGS=-std=c++11" compiler: clang +# Trusty: compiler versions very close to RHEL 7 + + - env: BASE_BRANCH=7.0 + dist: trusty + + - env: BASE_BRANCH=7.0 EXTRA="CMD_CXXFLAGS=-std=c++11" + dist: trusty + # Cross-compilation to Windows using MinGW and WINE - env: BASE_BRANCH=7.0 WINE=32 TEST=NO STATIC=YES @@ -59,12 +67,10 @@ matrix: # Other gcc versions (adding as an extra package) - env: BASE_BRANCH=7.0 - dist: xenial compiler: gcc-6 addons: { apt: { packages: ["g++-6"], sources: ["ubuntu-toolchain-r-test"] } } - env: BASE_BRANCH=7.0 - dist: xenial compiler: gcc-7 addons: { apt: { packages: ["g++-7"], sources: ["ubuntu-toolchain-r-test"] } }