summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-06-23 17:37:14 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-06-23 17:37:14 +0200
commit692462bc45f61e2bd6f91357a56beaaa41e5f978 (patch)
tree9cc7311f2e60b6bd2c3f3c346ef1ba2c59a191fe /.appveyor.yml
parent3594d92e24fced5d0192e92d4628a615200f1079 (diff)
Rollback cache
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%