try to fix pipeline 10
This commit is contained in:
parent
dcd2e4a87f
commit
0e84e2ffd8
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
before_script:
|
before_script:
|
||||||
- export GTEST_ROOT=/opt/gtest-1.8.0
|
- export GTEST_ROOT=/opt/gtest-1.8.0
|
||||||
|
|
||||||
image: centos
|
image: docker pull rikorose/gcc-cmake
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
build-ubuntu:
|
build-gcc:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- mkdir build
|
- mkdir build
|
||||||
|
|
Loading…
Reference in a new issue