]> granicus.if.org Git - strace/commitdiff
ci: add a test with the latest gcc and mainline headers
authorDmitry V. Levin <ldv@altlinux.org>
Sun, 19 Aug 2018 10:26:18 +0000 (10:26 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 19 Aug 2018 10:26:18 +0000 (10:26 +0000)
* .gitlab-ci.yml (gcc-x86_64-libdw-mainline): New entry.
* .travis.yml (CC=gcc-8, KHEADERS=torvalds/linux): Likewise.

.gitlab-ci.yml
.travis.yml

index 9c2c50caf8eb77c4e033eff57b749f809e51e6ae..f5a2460476a1f0dbf76ccf524f05cef94f52aee7 100644 (file)
@@ -8,6 +8,15 @@ variables:
   SLEEP_A_BIT: "sleep 0.2"
   VERBOSE: "1"
 
+gcc-x86_64-libdw-mainline:
+  stage: test
+  script: ci/run-build-and-tests.sh
+  variables:
+    CC: "gcc"
+    TARGET: "x86_64"
+    STACKTRACE: "libdw"
+    KHEADERS: "torvalds/linux"
+
 gcc-x86_64-libdw:
   stage: test
   script: ci/run-build-and-tests.sh
index af823f99c0d363663ad739e0f229b0276ef1e637..2874c5dd013d36b9b2290d4b30155f8c9cfc8173 100644 (file)
@@ -24,6 +24,11 @@ matrix:
         - STACKTRACE=libunwind
         - CHECK=coverage
         - KHEADERS=torvalds/linux
+    - compiler: gcc-8
+      env:
+        - TARGET=x86_64
+        - STACKTRACE=libunwind
+        - KHEADERS=torvalds/linux
     - compiler: gcc
       env:
         - TARGET=x86_64