Switch test build from release to debug

This commit is contained in:
Jack 2024-08-23 21:58:56 -04:00
parent 3f923e5a2f
commit 9ef7a32957
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ build:
# Set the VCPKG_TOOLCHAIN environment variable
- export VCPKG_TOOLCHAIN=$VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake
- mkdir -p build
- cmake -B build -S . -G Ninja --preset release
- cmake -B build -S . -G Ninja --preset debug
- cmake --build build
artifacts:
paths: