Last try for tonight
This commit is contained in:
parent
8e926e728d
commit
c4d4b49732
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue