mirror of
https://github.com/westonrobot/ugv_sdk
synced 2023-04-08 06:32:14 +08:00
fixed ci error
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
## Build and test as standard C++ package
|
## Build and test as standard C++ package
|
||||||
cpp-build:
|
cpp-build:
|
||||||
stage: cpp-build
|
stage: build
|
||||||
image: rduweston/ubuntu-ci:18.04
|
image: rduweston/ubuntu-ci:18.04
|
||||||
before_script:
|
before_script:
|
||||||
- apt update && apt -y install libasio-dev
|
- apt update && apt -y install libasio-dev
|
||||||
@@ -17,7 +17,7 @@ cpp-build:
|
|||||||
# - "*.o"
|
# - "*.o"
|
||||||
|
|
||||||
cpp-test:
|
cpp-test:
|
||||||
stage: cpp-test
|
stage: test
|
||||||
image: rduweston/ubuntu-ci:18.04
|
image: rduweston/ubuntu-ci:18.04
|
||||||
before_script:
|
before_script:
|
||||||
- apt update && apt -y install libasio-dev
|
- apt update && apt -y install libasio-dev
|
||||||
|
|||||||
Reference in New Issue
Block a user