]> granicus.if.org Git - libatomic_ops/commitdiff
Travis CI: Test with gcc-7/x86_64 and -march=native flag on Linux
authorIvan Maidanski <ivmai@mail.ru>
Wed, 28 Mar 2018 22:14:48 +0000 (01:14 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 28 Mar 2018 22:39:18 +0000 (01:39 +0300)
.travis.yml

index 03d48e4d5baf21dd2e987d4c6f633ea49ae590b4..83613adc1ecb06285b39af62572efb47d06a784d 100644 (file)
@@ -136,6 +136,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: