From 07bc19f8ab4f5146d097e58044f13b6310e71547 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 24 Jun 2016 02:08:19 +0300 Subject: Add gcc 4.8 lto and sanitize builds. They should disable unsupported features. --- .gitlab-ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fd5ceed..e1a6829 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -78,6 +78,13 @@ gcc-snapshot-sanitize: - ./tools/ci/jobs/gccsnapshot.sh --enable-werror --enable-sanitize image: debian:unstable +gcc-4.8-sanitize: + stage: test + script: + - echo "should disable sanitize" + - ./tools/ci/jobs/gcc48.sh --enable-werror --enable-sanitize + image: debian:stable + gcc-4.9-sanitize: stage: test script: @@ -146,6 +153,13 @@ gcc-4.6: # legacy +gcc-4.8_stable_lto-sanitize: + stage: legacy + script: + - echo "should disable lto and sanitize" + - ./tools/ci/jobs/gcc48.sh --enable-werror --enable-lto --enable-sanitize + image: debian:stable + gcc-4.9_stable_lto-sanitize: stage: legacy script: -- cgit v1.2.3-60-g2f50