summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrediano Ziglio <freddy77@gmail.com>2022-06-13 11:09:00 +0100
committerFrediano Ziglio <freddy77@gmail.com>2022-06-15 14:01:37 +0100
commitccb53f5dfe8773358f35876b9e2e8f1e44fd3941 (patch)
tree49818187fc48ec28285eb2384ffe1d8d9465c9c7
parente9d487c75bcbdf01ca579d33a8b64063b8a40245 (diff)
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>
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 5456bed..8fbd5ff 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -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: