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:
@@ -8,9 +8,10 @@ build:
|
|||||||
- mkdir build && cd build
|
- mkdir build && cd build
|
||||||
- cmake -DBUILD_TESTS=ON ..
|
- cmake -DBUILD_TESTS=ON ..
|
||||||
- cmake --build . && cpack
|
- cmake --build . && cpack
|
||||||
# artifacts:
|
artifacts:
|
||||||
# paths:
|
paths:
|
||||||
# - mybinary
|
- build/bin
|
||||||
|
- build/lib
|
||||||
# depending on your build setup it's most likely a good idea to cache outputs to reduce the build time
|
# depending on your build setup it's most likely a good idea to cache outputs to reduce the build time
|
||||||
# cache:
|
# cache:
|
||||||
# paths:
|
# paths:
|
||||||
|
|||||||
Reference in New Issue
Block a user