This commit is contained in:
Christian Zimmermann 2017-11-20 21:53:50 +01:00
parent acca0b4513
commit 091c6d811e

View file

@ -9,6 +9,7 @@ stages:
build-centos: build-centos:
stage: build stage: build
script: script:
- source /opt/rh/devtoolset-6/enable
- mkdir build - mkdir build
- cd build - cd build
- cmake3 .. - cmake3 ..