From 538cf68f125ef1ca676237d297788c7ca931ca7c Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sun, 19 Aug 2018 10:26:18 +0000 Subject: [PATCH] ci: add a test with the latest gcc and mainline headers * .gitlab-ci.yml (gcc-x86_64-libdw-mainline): New entry. * .travis.yml (CC=gcc-8, KHEADERS=torvalds/linux): Likewise. --- .gitlab-ci.yml | 9 +++++++++ .travis.yml | 5 +++++ 2 files changed, 14 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9c2c50ca..f5a24604 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/.travis.yml b/.travis.yml index af823f99..2874c5dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 -- 2.40.0