From 19d651f235973dc6bbab9489aeda6da39adad86b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 13 Jul 2020 15:09:55 -0300 Subject: SHUT UP AND DO NOT BOTHER ME --- .gitlab-ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2c2cca1..c0e2d57 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,7 @@ stages: - build - test - legacy + - broken before_script: - uname -a @@ -9,13 +10,13 @@ before_script: # simple builds gcc-snapshot: - stage: build + stage: broken script: - ./tools/ci/jobs/gccsnapshot.sh --enable-werror image: debian:unstable gcc-snapshot-i386: - stage: build + stage: broken script: - ./tools/ci/jobs/gccsnapshot.sh --enable-werror image: i386/debian:unstable @@ -131,13 +132,13 @@ clang-8-i386: # tests gcc-snapshot_lto-sanitize: - stage: test + stage: broken script: - ./tools/ci/jobs/gccsnapshot.sh --enable-werror --enable-lto --enable-sanitize image: debian:unstable gcc-snapshot-sanitize: - stage: test + stage: broken script: - ./tools/ci/jobs/gccsnapshot.sh --enable-werror --enable-sanitize image: debian:unstable -- cgit v1.2.3-60-g2f50