From acfb380f810a6ffbe847ec29d2eb6a9e98737068 Mon Sep 17 00:00:00 2001 From: Karl Schultz Date: Fri, 26 May 2017 16:57:28 -0600 Subject: build: Speed up AppVeyor builds. - Build only VS 2015 - Cache the external directory --- .appveyor.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.appveyor.yml') 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 -- cgit v1.2.3