diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-24 00:38:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-24 00:38:58 +0300 |
commit | 224bf48ca8157c44008e6e7fcf7d1d21a2506149 (patch) | |
tree | ed717e7fb12c3c4065180c9ae117afd30945330e | |
parent | 15e7345792df222b2751d69d8e4aac48741998e5 (diff) | |
download | evol-hercules-224bf48ca8157c44008e6e7fcf7d1d21a2506149.tar.gz evol-hercules-224bf48ca8157c44008e6e7fcf7d1d21a2506149.tar.bz2 evol-hercules-224bf48ca8157c44008e6e7fcf7d1d21a2506149.tar.xz evol-hercules-224bf48ca8157c44008e6e7fcf7d1d21a2506149.zip |
Add gcc 4.9 and gcc 5 with lto and sanity flags at same time.
-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 5df60d5..ea3493d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,6 +71,18 @@ gcc-6-sanitize: - ./tools/ci/jobs/gcc6.sh --enable-werror --enable-sanitize image: debian:unstable +gcc-4.9_lto-sanitize: + stage: test + script: + - ./tools/ci/jobs/gcc49.sh --enable-werror --enable-sanitize --enable-sanitize + image: debian:unstable + +gcc-5_lto-sanitize: + stage: test + script: + - ./tools/ci/jobs/gcc5.sh --enable-werror --enable-sanitize --enable-sanitize + image: debian:unstable + gcc-6_lto-sanitize: stage: test script: |