mirror of
https://github.com/westonrobot/ugv_sdk
synced 2023-04-08 06:32:14 +08:00
Update .gitlab-ci.yml
This commit is contained in:
@@ -4,8 +4,8 @@ build:
|
|||||||
stage: build
|
stage: build
|
||||||
# instead of calling g++ directly you can also use some build toolkit like make
|
# instead of calling g++ directly you can also use some build toolkit like make
|
||||||
# install the necessary build tools when needed
|
# install the necessary build tools when needed
|
||||||
# before_script:
|
before_script:
|
||||||
# - sudo apt update && apt -y install wget
|
- sudo apt update && apt -y install libasio-dev
|
||||||
script:
|
script:
|
||||||
- mkdir build && cd build
|
- mkdir build && cd build
|
||||||
- cmake ..
|
- cmake ..
|
||||||
|
|||||||
Reference in New Issue
Block a user