Last try for tonight
This commit is contained in:
parent
8e926e728d
commit
c4d4b49732
|
@ -11,10 +11,12 @@ setup:
|
|||
- echo "Cloning and setting up vcpkg..."
|
||||
- git clone https://github.com/microsoft/vcpkg.git
|
||||
- cd vcpkg
|
||||
- export VCPKG_FORCE_SYSTEM_BINARIES=1
|
||||
- ./bootstrap-vcpkg.sh
|
||||
- ./vcpkg install glew:x64-linux glfw3:x64-linux || true # Prevent script exit on failure
|
||||
artifacts:
|
||||
paths:
|
||||
- vcpkg
|
||||
- vcpkg/buildtrees/glew/*.log
|
||||
|
||||
# Build stage to compile the project
|
||||
|
|
Loading…
Reference in New Issue