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:
parent
f6c8e3ef18
commit
72e39953a1
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue