Try to catch some logs

This commit is contained in:
Jack Christensen 2024-08-10 23:59:35 -04:00
parent 899baada53
commit f6a463194f
1 changed files with 2 additions and 4 deletions

View File

@ -12,12 +12,10 @@ setup:
- git clone https://github.com/microsoft/vcpkg.git
- cd vcpkg
- ./bootstrap-vcpkg.sh
- git pull
- ./vcpkg update
- ./vcpkg install glew:x64-linux glfw3:x64-linux # Install necessary packages
- ./vcpkg install glew:x64-linux glfw3:x64-linux || true # Prevent script exit on failure
artifacts:
paths:
- vcpkg/
- vcpkg/buildtrees/glew/*.log
build:
stage: build