1
0
mirror of synced 2025-02-20 04:01:01 +01:00

git: Build Unit tests with debug symbols

This commit is contained in:
WerWolv 2022-08-15 23:49:42 +02:00 committed by GitHub
parent 9b2ee998de
commit 07dc77f13d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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