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
|
# - apt update && apt -y install libasio-dev
|
||||||
script:
|
script:
|
||||||
- mkdir build && cd build
|
- mkdir build && cd build
|
||||||
- cmake ..
|
- cmake -DCMAKE_BUILD_TYPE=Release ..
|
||||||
- cmake --build . && cpack
|
- cmake --build . && cpack
|
||||||
# artifacts:
|
# artifacts:
|
||||||
# paths:
|
# paths:
|
||||||
@@ -36,7 +36,7 @@ focal-cpp-build:
|
|||||||
# - apt update && apt -y install libasio-dev
|
# - apt update && apt -y install libasio-dev
|
||||||
script:
|
script:
|
||||||
- mkdir build && cd build
|
- mkdir build && cd build
|
||||||
- cmake ..
|
- cmake -DCMAKE_BUILD_TYPE=Release ..
|
||||||
- cmake --build . && cpack
|
- cmake --build . && cpack
|
||||||
|
|
||||||
focal-cpp-test:
|
focal-cpp-test:
|
||||||
|
|||||||
Reference in New Issue
Block a user