summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusalva Jesusalva <jesusalva@tmw2.org>2025-02-11 22:22:37 +0000
committerJesusalva Jesusalva <jesusalva@tmw2.org>2025-02-11 22:22:37 +0000
commitb86071ad388553171aa22558baffdf5adc9df02b (patch)
treee6da6969ad9e626bfc3ab6968c23133df7a611ca
parent7397c749e140252cdf006af551d0ca8afaa48e18 (diff)
downloadevol-hercules-b86071ad388553171aa22558baffdf5adc9df02b.tar.gz
evol-hercules-b86071ad388553171aa22558baffdf5adc9df02b.tar.bz2
evol-hercules-b86071ad388553171aa22558baffdf5adc9df02b.tar.xz
evol-hercules-b86071ad388553171aa22558baffdf5adc9df02b.zip
I don't know how to handle with those weird script thingies
-rw-r--r--.gitlab-ci.yml24
1 files changed, 12 insertions, 12 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c403c03..33e5543 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,7 +26,7 @@ gcc-snapshot:
- ./tools/ci/jobs/gcc49.sh --enable-werror
image: debian:stretch
-gcc-6:
+.gcc-6:
stage: build
script:
- ./tools/ci/jobs/gcc6.sh --enable-werror
@@ -48,7 +48,7 @@ gcc-9:
stage: build
script:
- ./tools/ci/jobs/gcc9.sh --enable-werror
- image: debian:unstable
+ image: debian:bookworm
.clang-7:
stage: build
@@ -102,7 +102,7 @@ gcc-snapshot-sanitize:
- ./tools/ci/jobs/gcc5.sh --enable-werror --enable-sanitize
image: debian:unstable
-gcc-6-sanitize:
+.gcc-6-sanitize:
stage: test
script:
- ./tools/ci/jobs/gcc6.sh --enable-werror --enable-sanitize
@@ -118,13 +118,13 @@ gcc-8-sanitize:
stage: test
script:
- ./tools/ci/jobs/gcc8.sh --enable-werror --enable-sanitize
- image: debian:unstable
+ image: debian:buster
gcc-9-sanitize:
stage: test
script:
- ./tools/ci/jobs/gcc9.sh --enable-werror --enable-sanitize
- image: debian:unstable
+ image: debian:bookworm
.gcc-4.9_lto-sanitize:
stage: test
@@ -138,7 +138,7 @@ gcc-9-sanitize:
- ./tools/ci/jobs/gcc5.sh --enable-werror --enable-lto --enable-sanitize
image: debian:unstable
-gcc-6_lto-sanitize:
+.gcc-6_lto-sanitize:
stage: test
script:
- ./tools/ci/jobs/gcc6.sh --enable-werror --enable-lto --enable-sanitize
@@ -154,13 +154,13 @@ gcc-8_lto-sanitize:
stage: test
script:
- ./tools/ci/jobs/gcc8.sh --enable-werror --enable-lto --enable-sanitize
- image: debian:unstable
+ image: debian:buster
gcc-9_lto-sanitize:
stage: test
script:
- ./tools/ci/jobs/gcc9.sh --enable-werror --enable-lto --enable-sanitize
- image: debian:unstable
+ image: debian:bookworm
.gcc-4.8-lto:
stage: test
@@ -180,7 +180,7 @@ gcc-9_lto-sanitize:
- ./tools/ci/jobs/gcc5.sh --enable-werror --enable-lto
image: debian:unstable
-gcc-6_lto:
+.gcc-6_lto:
stage: test
script:
- ./tools/ci/jobs/gcc6.sh --enable-werror --enable-lto
@@ -196,13 +196,13 @@ gcc-8_lto:
stage: test
script:
- ./tools/ci/jobs/gcc8.sh --enable-werror --enable-lto
- image: debian:unstable
+ image: debian:buster
gcc-9_lto:
stage: test
script:
- ./tools/ci/jobs/gcc9.sh --enable-werror --enable-lto
- image: debian:unstable
+ image: debian:bookworm
# disabled due not support -std=c11
.gcc-4.6:
@@ -226,7 +226,7 @@ gcc-9_lto:
- ./tools/ci/jobs/gcc5.sh --enable-werror --enable-lto --enable-sanitize
image: debian:unstable
-gcc-6_unstable_lto-sanitize:
+.gcc-6_unstable_lto-sanitize:
stage: legacy
script:
- ./tools/ci/jobs/gcc6.sh --enable-werror --enable-lto --enable-sanitize