diff options
| author | Karl Schultz <karl@lunarg.com> | 2017-05-26 16:57:28 -0600 |
|---|---|---|
| committer | Karl Schultz <karl@lunarg.com> | 2017-05-30 17:01:58 -0600 |
| commit | 8263630979f2a2e0fa74ba995bb9d9a215392d80 (patch) | |
| tree | 200415ef1a70aafac6f7f1ad84032a1096669720 | |
| parent | bb4d8ee071e742f95eb581e7f48a6657eb790350 (diff) | |
| download | usermoji-8263630979f2a2e0fa74ba995bb9d9a215392d80.tar.xz | |
build: Speed up AppVeyor builds.
- Build only VS 2015
- Cache the external directory
| -rw-r--r-- | .appveyor.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 6814509f..509b8bc5 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 |
