summaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2018-11-01 03:37:03 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2018-11-01 03:37:03 (GMT)
commit477a8702b95c8bd2a9099c440e3d9e9c6f7cd068 (patch)
treeb3ccb8bb59220aea6c353e28acff92181b9a68e2 /.appveyor.yml
parentede687eacbe877947ea43305a7fe32c551a75088 (diff)
downloadSCons-477a8702b95c8bd2a9099c440e3d9e9c6f7cd068.zip
SCons-477a8702b95c8bd2a9099c440e3d9e9c6f7cd068.tar.gz
SCons-477a8702b95c8bd2a9099c440e3d9e9c6f7cd068.tar.bz2
Add caching to appveyor config
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index edc8e55..eb8f827 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -1,6 +1,12 @@
image: Visual Studio 2017
shallow_clone: true
+cache:
+ - downloads -> appveyor.yml
+ - '%LOCALAPPDATA%\pip\Cache'
+ - C:\ProgramData\chocolatey\bin -> appveyor.yml
+ - C:\ProgramData\chocolatey\lib -> appveyor.yml
+
install:
- "set PATH=%PYTHON%;%PYTHON%\\Scripts;C:\\cygwin64\\bin;C:\\msys64;%PATH%"
- python --version