mirror of
https://github.com/westonrobot/ugv_sdk
synced 2023-04-08 06:32:14 +08:00
updated build type in cpp-ci config
This commit is contained in:
@@ -6,7 +6,7 @@ bionic-cpp-build:
|
||||
# - apt update && apt -y install libasio-dev
|
||||
script:
|
||||
- mkdir build && cd build
|
||||
- cmake ..
|
||||
- cmake -DCMAKE_BUILD_TYPE=Release ..
|
||||
- cmake --build . && cpack
|
||||
# artifacts:
|
||||
# paths:
|
||||
@@ -36,7 +36,7 @@ focal-cpp-build:
|
||||
# - apt update && apt -y install libasio-dev
|
||||
script:
|
||||
- mkdir build && cd build
|
||||
- cmake ..
|
||||
- cmake -DCMAKE_BUILD_TYPE=Release ..
|
||||
- cmake --build . && cpack
|
||||
|
||||
focal-cpp-test:
|
||||
|
||||
Reference in New Issue
Block a user