try to fix pipeline 6
This commit is contained in:
parent
3866b603ce
commit
8025f657d6
1 changed files with 1 additions and 2 deletions
|
@ -6,10 +6,9 @@ image: debian
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
build-centos:
|
build-debian:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- source /opt/rh/devtoolset-8/enable
|
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- cmake3 ..
|
- cmake3 ..
|
||||||
|
|
Loading…
Reference in a new issue