mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/win32-vd_agent
synced 2025-12-29 08:42:16 +00:00
CI: Use different image to avoid vcpkg update
vcpkg update is time consuming, just use a more recent version. Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
This commit is contained in:
parent
e9d487c75b
commit
ccb53f5dfe
@ -1,5 +1,7 @@
|
||||
configuration: Release
|
||||
|
||||
image: Visual Studio 2019
|
||||
|
||||
cache: c:\Tools\vcpkg\installed\
|
||||
|
||||
environment:
|
||||
@ -14,8 +16,6 @@ install:
|
||||
- refreshenv
|
||||
|
||||
- cd %VCPKG_ROOT%
|
||||
- git pull
|
||||
- .\bootstrap-vcpkg.bat
|
||||
- vcpkg install libpng:x64-windows-static libpng:x86-windows-static
|
||||
|
||||
build_script:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user