Update .gitlab-ci.yml file

This commit is contained in:
Jack Christensen 2024-08-19 14:05:25 +00:00
parent 8c3df90704
commit d1d6c34d2d
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@ build:
script:
# Set the VCPKG_TOOLCHAIN environment variable
- export VCPKG_TOOLCHAIN=$VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake
- ls /vcpkg/installed
- ls /vcpkg/installed/x64-linux/
- ls /vcpkg/installed/x64-linux/bin
- mkdir -p build
- cmake -B build -S . -G Ninja -DCMAKE_TOOLCHAIN_FILE=$VCPKG_TOOLCHAIN
- cmake --build build