summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-09-26 19:41:17 +0300
committerAndrei Karas <akaras@inbox.ru>2016-09-26 19:41:17 +0300
commit7a4acb8bed366828a9ad27d40fc9f7ea9ea6ccfd (patch)
treea71a7aeb1099efb720e55c94d6e93c09eba1a802 /.gitlab-ci.yml
parent01f62062d6058550b3f38e79d79080390b170d11 (diff)
downloadevol-hercules-7a4acb8bed366828a9ad27d40fc9f7ea9ea6ccfd.tar.gz
evol-hercules-7a4acb8bed366828a9ad27d40fc9f7ea9ea6ccfd.tar.bz2
evol-hercules-7a4acb8bed366828a9ad27d40fc9f7ea9ea6ccfd.tar.xz
evol-hercules-7a4acb8bed366828a9ad27d40fc9f7ea9ea6ccfd.zip
Switch image from unstable to stable for gcc 4.9 in .gitlab-ci.yml
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml20
1 files changed, 4 insertions, 16 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e1a6829..8c70d8d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,7 +32,7 @@ gcc-4.9:
stage: build
script:
- ./tools/ci/jobs/gcc49.sh --enable-werror
- image: debian:unstable
+ image: debian:stable
gcc-5:
stage: build
@@ -89,7 +89,7 @@ gcc-4.9-sanitize:
stage: test
script:
- ./tools/ci/jobs/gcc49.sh --enable-werror --enable-sanitize
- image: debian:unstable
+ image: debian:stable
gcc-5-sanitize:
stage: test
@@ -107,7 +107,7 @@ gcc-4.9_lto-sanitize:
stage: test
script:
- ./tools/ci/jobs/gcc49.sh --enable-werror --enable-lto --enable-sanitize
- image: debian:unstable
+ image: debian:stable
gcc-5_lto-sanitize:
stage: test
@@ -131,7 +131,7 @@ gcc-4.9-lto:
stage: test
script:
- ./tools/ci/jobs/gcc49.sh --enable-werror --enable-lto
- image: debian:unstable
+ image: debian:stable
gcc-5-lto:
stage: test
@@ -160,18 +160,6 @@ gcc-4.8_stable_lto-sanitize:
- ./tools/ci/jobs/gcc48.sh --enable-werror --enable-lto --enable-sanitize
image: debian:stable
-gcc-4.9_stable_lto-sanitize:
- stage: legacy
- script:
- - ./tools/ci/jobs/gcc49.sh --enable-werror --enable-lto --enable-sanitize
- image: debian:stable
-
-gcc-4.9_testing_lto-sanitize:
- stage: legacy
- script:
- - ./tools/ci/jobs/gcc49.sh --enable-werror --enable-lto --enable-sanitize
- image: debian:testing
-
gcc-5_testing_lto-sanitize:
stage: legacy
script: