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