diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-23 23:45:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-23 23:45:53 +0300 |
commit | efa94494536fc459819d31296ccc9a3e309f6673 (patch) | |
tree | f0f13bd49f5440d8c4072664150faa96200b3b42 /.gitlab-ci.yml | |
parent | 4b0886d1e3c2a164bd1b36ba8c2861a0b3305647 (diff) | |
download | evol-hercules-efa94494536fc459819d31296ccc9a3e309f6673.tar.gz evol-hercules-efa94494536fc459819d31296ccc9a3e309f6673.tar.bz2 evol-hercules-efa94494536fc459819d31296ccc9a3e309f6673.tar.xz evol-hercules-efa94494536fc459819d31296ccc9a3e309f6673.zip |
Add debian stable for gcc 4.8 ci build.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eb15ad3..791bcbe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ gcc-4.8: stage: build script: - ./tools/ci/jobs/gcc48.sh --enable-werror - image: debian:unstable + image: debian:stable gcc-4.9: stage: build |