aboutsummaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorKarl Schultz <karl@lunarg.com>2017-05-26 16:57:28 -0600
committerKarl Schultz <karl@lunarg.com>2017-05-30 17:01:58 -0600
commitacfb380f810a6ffbe847ec29d2eb6a9e98737068 (patch)
tree8698cf6f8ecfea25104df89bb0cb28c3a3ce901a /.appveyor.yml
parent6aa3abc1bdd5abf684bdd0d744d197476aa04b9b (diff)
downloadvulkan-validation-layers-acfb380f810a6ffbe847ec29d2eb6a9e98737068.tar.gz
build: Speed up AppVeyor builds.
- Build only VS 2015 - Cache the external directory
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 6814509fb..509b8bc54 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -5,13 +5,17 @@
version: "{build}"
os:
- - Visual Studio 2013
- Visual Studio 2015
environment:
PYTHON_PATH: "C:/Python35"
PYTHON_PACKAGE_PATH: "C:/Python35/Scripts"
+# Cache the external directory to improve build times.
+# If the appveyor config file changes, invalidate the cache.
+cache:
+ - external -> .appveyor.yml
+
branches:
only:
- master