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