testing ci to use ubuntu:16.04 directly

This commit is contained in:
Ruixiang Du
2020-10-23 16:25:03 +08:00
parent 5e401506a6
commit 24d5592634

View File

@@ -1,7 +1,10 @@
## Build and test as standard C++ package
xenial-cpp-build:
stage: build
image: rduweston/ubuntu-ci:16.04-min
image: ubuntu:16.04
before_script:
- apt-get update
- apt-get install -y build-essential git cmake
script:
- git submodule update --init --recursive
- mkdir build && cd build