updated build type in cpp-ci config

This commit is contained in:
Ruixiang Du
2020-09-14 15:43:58 +08:00
parent 3c66c5fa28
commit 9708097dce

View File

@@ -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: