diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-22 18:46:01 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-22 18:46:38 +0300 |
commit | d2970b94701dbe728dcee0df89e10bd6077c07c6 (patch) | |
tree | 414a3871d08aec92e46721f208291f5842b38097 | |
parent | 09f28f9e202dafbfb1a7cca02451377cacf91bd0 (diff) | |
download | plus-d2970b94701dbe728dcee0df89e10bd6077c07c6.tar.gz plus-d2970b94701dbe728dcee0df89e10bd6077c07c6.tar.bz2 plus-d2970b94701dbe728dcee0df89e10bd6077c07c6.tar.xz plus-d2970b94701dbe728dcee0df89e10bd6077c07c6.zip |
Use docker runner for cmake jobs too.
Because cmake have issues with different libpng versions installed.
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8886b8ed5..95f09f041 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -316,6 +316,8 @@ cmake_gcc-4.9: script: - ./tools/ci/jobs/cmake_gcc49.sh image: debian:unstable + tags: + - docker gcc-5: stage: build |