summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3fb780e02..952518226 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -346,6 +346,15 @@ gcc-4.7_i386:
tags:
- docker
+gcc-4.7_c++11:
+ stage: build
+ script:
+ - ./tools/ci/jobs/gcc47_c++11.sh
+ image: debian:oldstable
+ <<: *job-artifacts
+ tags:
+ - docker
+
gcc-4.8:
stage: build
script: