Use cmake on appveyor
This commit is contained in:
parent
c1d54dbaf6
commit
5ed78c19ef
1 changed files with 3 additions and 0 deletions
|
|
@ -5,8 +5,11 @@ branches:
|
|||
skip_tags: true
|
||||
image: Visual Studio 2015
|
||||
platform: x64
|
||||
configuration: Release
|
||||
install:
|
||||
- git submodule update --init --recursive
|
||||
before_build:
|
||||
- cmake -G "Visual Studio 14 2015 Win64"
|
||||
build:
|
||||
project: vulkanExamples.sln
|
||||
parallel: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue