Update .gitlab-ci.yml file

This commit is contained in:
Jack Christensen 2024-08-19 14:10:38 +00:00
parent 0038169a02
commit f3f46bf858
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@ build:
- ls /vcpkg/installed
- ls /vcpkg/installed/x64-linux/
- ls /vcpkg/installed/x64-linux/share
- ls /vcpkg/installed/x64-linux/share/lib
- ls /vcpkg/installed/x64-linux/share/glew
- ls /vcpkg/installed/x64-linux/share/glfw
- mkdir -p build
- cmake -B build -S . -G Ninja -DCMAKE_TOOLCHAIN_FILE=$VCPKG_TOOLCHAIN
- cmake --build build