From 1ff4bd2d4ab7dd7f6b0950db19176d02dec260a1 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Thu, 29 Mar 2018 01:14:48 +0300 Subject: [PATCH] Travis CI: Test with gcc-7/x86_64 and -march=native flag on Linux --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.travis.yml b/.travis.yml index 243730a..4b14eb9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -124,6 +124,16 @@ matrix: compiler: gcc-5 env: - CFLAGS_EXTRA="-O3 -march=native" + - os: linux + addons: + apt: + packages: + - gcc-7 + sources: + - ubuntu-toolchain-r-test + compiler: gcc-7 + env: + - CFLAGS_EXTRA="-O3 -march=native" - os: linux addons: apt: -- 2.40.0