try to fix pipeline 9
This commit is contained in:
parent
627fa9eb1a
commit
dcd2e4a87f
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
before_script:
|
||||
- export GTEST_ROOT=/opt/gtest-1.8.0
|
||||
|
||||
image: 88plug/gcc-8-ubuntu-18.04
|
||||
image: centos
|
||||
|
||||
stages:
|
||||
- build
|
||||
|
@ -11,6 +11,6 @@ build-ubuntu:
|
|||
script:
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake3 ..
|
||||
- cmake ..
|
||||
- make -j2
|
||||
- make test
|
Loading…
Reference in a new issue