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
|
||||
# instead of calling g++ directly you can also use some build toolkit like make
|
||||
# install the necessary build tools when needed
|
||||
# before_script:
|
||||
# - sudo apt update && apt -y install wget
|
||||
before_script:
|
||||
- sudo apt update && apt -y install libasio-dev
|
||||
script:
|
||||
- mkdir build && cd build
|
||||
- cmake ..
|
||||
|
||||
Reference in New Issue
Block a user