Merge pull request #886 from GregoryLundberg/GL_appveyor

Adjust AppVeyor configurations
This commit is contained in:
Jyrki Vesterinen 2016-11-30 16:14:57 +02:00 committed by GitHub
commit cb9ec9b225
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