summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 07c29b43e..3ba2f0c4b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -63,6 +63,12 @@ clang-3.9:
- ./tools/ci/jobs/clang39.sh
image: debian:unstable
+clang-3.9_c++11:
+ stage: build
+ script:
+ - ./tools/ci/jobs/clang39.sh_c++11.sh
+ image: debian:unstable
+
gcc-4.8_c++11:
stage: build
script: