summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-04-26 09:47:30 -0300
committerJesusaves <cpntb1@ymail.com>2020-04-26 09:47:30 -0300
commitc06ceaf8651cac1fb41c46b5a9f9b734ca45d12a (patch)
tree9e93882edf1e4e4bb6a9714cb4aec281f0e2609c /.gitlab-ci.yml
parent701717b0610e9b6b12cf145408e07081f7b215b0 (diff)
downloadevol-hercules-c06ceaf8651cac1fb41c46b5a9f9b734ca45d12a.tar.gz
evol-hercules-c06ceaf8651cac1fb41c46b5a9f9b734ca45d12a.tar.bz2
evol-hercules-c06ceaf8651cac1fb41c46b5a9f9b734ca45d12a.tar.xz
evol-hercules-c06ceaf8651cac1fb41c46b5a9f9b734ca45d12a.zip
Gcc 7 is deprecated, get rid of it
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7f6c40d..0392064 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -44,13 +44,13 @@ gcc-6-i386:
- ./tools/ci/jobs/gcc6.sh --enable-werror
image: i386/debian:stretch
-gcc-7:
+.gcc-7:
stage: build
script:
- ./tools/ci/jobs/gcc7.sh --enable-werror
image: debian:unstable
-gcc-7-i386:
+.gcc-7-i386:
stage: build
script:
- ./tools/ci/jobs/gcc7.sh --enable-werror
@@ -167,7 +167,7 @@ gcc-6-sanitize:
- ./tools/ci/jobs/gcc6.sh --enable-werror --enable-sanitize
image: debian:stretch
-gcc-7-sanitize:
+.gcc-7-sanitize:
stage: test
script:
- ./tools/ci/jobs/gcc7.sh --enable-werror --enable-sanitize
@@ -203,7 +203,7 @@ gcc-6_lto-sanitize:
- ./tools/ci/jobs/gcc6.sh --enable-werror --enable-lto --enable-sanitize
image: debian:stretch
-gcc-7_lto-sanitize:
+.gcc-7_lto-sanitize:
stage: test
script:
- ./tools/ci/jobs/gcc7.sh --enable-werror --enable-lto --enable-sanitize
@@ -245,7 +245,7 @@ gcc-6_lto:
- ./tools/ci/jobs/gcc6.sh --enable-werror --enable-lto
image: debian:stretch
-gcc-7_lto:
+.gcc-7_lto:
stage: test
script:
- ./tools/ci/jobs/gcc7.sh --enable-werror --enable-lto