diff options
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: |