git: Build Unit tests with debug symbols
This commit is contained in:
parent
9b2ee998de
commit
07dc77f13d
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
||||
mkdir -p build
|
||||
cd build
|
||||
CC=gcc-12 CXX=g++-12 cmake \
|
||||
-DCMAKE_BUILD_TYPE=$BUILD_TYPE \
|
||||
-DCMAKE_BUILD_TYPE=Debug \
|
||||
-DCMAKE_INSTALL_PREFIX="$PWD/install" \
|
||||
-DCMAKE_C_COMPILER_LAUNCHER=ccache \
|
||||
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
|
||||
@ -61,4 +61,4 @@ jobs:
|
||||
- name: 🧪 Perform Unit Tests
|
||||
run: |
|
||||
cd build
|
||||
ctest --output-on-failure
|
||||
ctest --output-on-failure
|
||||
|
Loading…
x
Reference in New Issue
Block a user