Updated appveyor settings
This commit is contained in:
parent
a7cec2a43f
commit
35ff87a7e3
1 changed files with 2 additions and 2 deletions
|
|
@ -3,13 +3,13 @@ branches:
|
|||
only:
|
||||
- master
|
||||
skip_tags: true
|
||||
image: Visual Studio 2015
|
||||
image: Visual Studio 2017
|
||||
platform: x64
|
||||
configuration: Release
|
||||
install:
|
||||
- git submodule update --init --recursive
|
||||
before_build:
|
||||
- cmake -G "Visual Studio 14 2015 Win64"
|
||||
- cmake -G "Visual Studio 15 2017 Win64" .
|
||||
build:
|
||||
project: vulkanExamples.sln
|
||||
parallel: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue