Try to catch some logs
This commit is contained in:
parent
899baada53
commit
f6a463194f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue