mirror of
https://github.com/westonrobot/ugv_sdk
synced 2023-04-08 06:32:14 +08:00
testing ci to use ubuntu:16.04 directly
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user