Adjust AppVeyor configurations

Do no build branches with an open PR.

Use ZIP and clone only the commit in question. This should significantly reduce the time needed to download the repository. Live testing was exceeding 40 minutes and forcing a quota-exceeded timeout.
This commit is contained in:
Gregory A Lundberg 2016-11-29 16:38:08 -06:00
parent f6c8e3ef18
commit 72e39953a1
2 changed files with 4 additions and 0 deletions

View file

@ -5,6 +5,8 @@ configuration:
- Release
- Debug
platform: win32
skip_branch_with_pr: true
shallow_clone: true
before_build:
- cd ..
- ps: wget https://github.com/aquileia/external/archive/VC12.zip -O VC12.zip

View file

@ -5,6 +5,8 @@ configuration:
- Release
- Debug
platform: win32
skip_branch_with_pr: true
shallow_clone: true
before_build:
- cd ..
- ps: wget https://github.com/aquileia/external/archive/VC14.zip -O VC14.zip