summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index b680d3e6..954e46ad 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -10,7 +10,7 @@ configuration:
environment:
# update the vcpkg cache even if build fails
- # APPVEYOR_SAVE_CACHE_ON_ERROR: true
+ APPVEYOR_SAVE_CACHE_ON_ERROR: true
matrix:
- target: Examples
@@ -30,9 +30,9 @@ environment:
PYTHON: "C:\\Python37-x64"
-# cache:
-# - c:\Tools\vcpkg\installed
-# - '%LOCALAPPDATA%\pip\Cache'
+cache:
+ - c:\Tools\vcpkg\installed
+ - '%LOCALAPPDATA%\pip\Cache'
init:
- echo %target%