Skip to content
Snippets Groups Projects
Verified Commit 5a9bf993 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Use debug builds in CI

parent dfcf5f66
No related branches found
No related tags found
No related merge requests found
Pipeline #990 passed
...@@ -75,7 +75,7 @@ build synapse arm64: ...@@ -75,7 +75,7 @@ build synapse arm64:
-DCMAKE_INSTALL_PREFIX=.deps/usr -DCMAKE_INSTALL_PREFIX=.deps/usr
-DHUNTER_ROOT=".hunter" -DHUNTER_ROOT=".hunter"
-DHUNTER_ENABLED=ON -DBUILD_SHARED_LIBS=OFF -DHUNTER_ENABLED=ON -DBUILD_SHARED_LIBS=OFF
-DCMAKE_BUILD_TYPE=Release -DHUNTER_CONFIGURATION_TYPES=Debug -DCMAKE_BUILD_TYPE=Debug -DHUNTER_CONFIGURATION_TYPES=Debug
-DCI_BUILD=ON -DCI_BUILD=ON
-DCOVERAGE=${COVERAGE} -DCOVERAGE=${COVERAGE}
- cmake --build build - cmake --build build
...@@ -98,7 +98,7 @@ build linux amd64: ...@@ -98,7 +98,7 @@ build linux amd64:
M_ARCH: x86_64 M_ARCH: x86_64
COVERAGE: "ON" COVERAGE: "ON"
after_script: after_script:
- ./.ci/install.sh ./.ci/coverage.sh && bash <(curl -s https://codecov.io/bash) -f build/coverage.info || echo "Codecov failed" - ./.ci/install.sh && ./.ci/coverage.sh && bash <(curl -s https://codecov.io/bash) -f build/coverage.info || echo "Codecov failed"
build linux arm64: build linux arm64:
extends: .build-linux extends: .build-linux
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment