From 288b14b21178f7892a41cbc00a03cffcaa1bb8ec Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 30 Apr 2016 15:33:53 +0300 Subject: Add into ci scripts gcc 4.5 and gcc 4.8 --- .gitlab-ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to '.gitlab-ci.yml') 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: -- cgit v1.2.3-70-g09d2