Put vcpkg command in correct stage

This commit is contained in:
Jack Christensen 2024-08-19 13:56:25 -04:00
parent bc1fae35a7
commit 8ac1a8d732
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ build:
stage: build
script:
# Set the VCPKG_TOOLCHAIN environment variable
- vcpkg install freeimage
- export VCPKG_TOOLCHAIN=$VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake
- mkdir -p build
- cmake -B build -S . -G Ninja -DCMAKE_TOOLCHAIN_FILE=$VCPKG_TOOLCHAIN