Update .gitlab-ci.yml file

This commit is contained in:
Jack Christensen 2024-08-23 22:50:36 +00:00
parent 752e125c91
commit 7be114a1f3
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 -DCMAKE_TOOLCHAIN_FILE=$VCPKG_TOOLCHAIN
- cmake -B build -S . -G Ninja --preset release
- cmake --build build
artifacts:
paths: