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
|
skip_tags: true
|
||||||
image: Visual Studio 2015
|
image: Visual Studio 2015
|
||||||
platform: x64
|
platform: x64
|
||||||
|
configuration: Release
|
||||||
install:
|
install:
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
|
before_build:
|
||||||
|
- cmake -G "Visual Studio 14 2015 Win64"
|
||||||
build:
|
build:
|
||||||
project: vulkanExamples.sln
|
project: vulkanExamples.sln
|
||||||
parallel: true
|
parallel: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue