Last try for tonight

This commit is contained in:
Jack Christensen 2024-08-11 00:08:37 -04:00
parent 8e926e728d
commit c4d4b49732
1 changed files with 2 additions and 0 deletions

View File

@ -11,10 +11,12 @@ setup:
- echo "Cloning and setting up vcpkg..." - echo "Cloning and setting up vcpkg..."
- git clone https://github.com/microsoft/vcpkg.git - git clone https://github.com/microsoft/vcpkg.git
- cd vcpkg - cd vcpkg
- export VCPKG_FORCE_SYSTEM_BINARIES=1
- ./bootstrap-vcpkg.sh - ./bootstrap-vcpkg.sh
- ./vcpkg install glew:x64-linux glfw3:x64-linux || true # Prevent script exit on failure - ./vcpkg install glew:x64-linux glfw3:x64-linux || true # Prevent script exit on failure
artifacts: artifacts:
paths: paths:
- vcpkg
- vcpkg/buildtrees/glew/*.log - vcpkg/buildtrees/glew/*.log
# Build stage to compile the project # Build stage to compile the project