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
|
- git clone https://github.com/microsoft/vcpkg.git
|
||||||
- cd vcpkg
|
- cd vcpkg
|
||||||
- ./bootstrap-vcpkg.sh
|
- ./bootstrap-vcpkg.sh
|
||||||
- git pull
|
- ./vcpkg install glew:x64-linux glfw3:x64-linux || true # Prevent script exit on failure
|
||||||
- ./vcpkg update
|
|
||||||
- ./vcpkg install glew:x64-linux glfw3:x64-linux # Install necessary packages
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- vcpkg/
|
- vcpkg/buildtrees/glew/*.log
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
Loading…
Reference in New Issue