diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-23 23:42:54 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-23 23:42:54 +0300 |
commit | 4b0886d1e3c2a164bd1b36ba8c2861a0b3305647 (patch) | |
tree | d71f74cb5815967353bb97cbe2c8628670106166 /.gitlab-ci.yml | |
parent | 4c1f6560f60d0a03c29ee5bc3b5b2989146c80e4 (diff) | |
download | evol-hercules-4b0886d1e3c2a164bd1b36ba8c2861a0b3305647.tar.gz evol-hercules-4b0886d1e3c2a164bd1b36ba8c2861a0b3305647.tar.bz2 evol-hercules-4b0886d1e3c2a164bd1b36ba8c2861a0b3305647.tar.xz evol-hercules-4b0886d1e3c2a164bd1b36ba8c2861a0b3305647.zip |
Add gcc 4.8 and gcc 4.9 into ci scripts.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 320c48b..eb15ad3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,18 @@ before_script: # simple builds +gcc-4.8: + stage: build + script: + - ./tools/ci/jobs/gcc48.sh --enable-werror + image: debian:unstable + +gcc-4.9: + stage: build + script: + - ./tools/ci/jobs/gcc49.sh --enable-werror + image: debian:unstable + gcc-5: stage: build script: |