diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-30 15:33:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-30 15:33:53 +0300 |
commit | 288b14b21178f7892a41cbc00a03cffcaa1bb8ec (patch) | |
tree | c5dad15d4f3cbc3eedee1a79bc30b99fe2fcc672 /.gitlab-ci.yml | |
parent | c3bb4f8f2eff05ccdb8a3f9ef58fc741eedfaa79 (diff) | |
download | plus-288b14b21178f7892a41cbc00a03cffcaa1bb8ec.tar.gz plus-288b14b21178f7892a41cbc00a03cffcaa1bb8ec.tar.bz2 plus-288b14b21178f7892a41cbc00a03cffcaa1bb8ec.tar.xz plus-288b14b21178f7892a41cbc00a03cffcaa1bb8ec.zip |
Add into ci scripts gcc 4.5 and gcc 4.8
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 4a075247a..07c29b43e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,6 +15,12 @@ gcc-4.4: - ./tools/ci/jobs/gcc44.sh image: debian:oldstable +gcc-4.5: + stage: build + script: + - ./tools/ci/jobs/gcc45.sh + image: ubuntu:12.04 + gcc-4.6: stage: build script: @@ -27,6 +33,12 @@ gcc-4.7: - ./tools/ci/jobs/gcc47.sh image: debian:oldstable +gcc-4.8: + stage: build + script: + - ./tools/ci/jobs/gcc48.sh + image: debian:stable + clang-3.0: stage: build script: |