19 lines
298 B
YAML
19 lines
298 B
YAML
|
|
version: '1.0.{build}'
|
||
|
|
|
||
|
|
image: Visual Studio 2017
|
||
|
|
|
||
|
|
platform:
|
||
|
|
- x64
|
||
|
|
|
||
|
|
configuration:
|
||
|
|
- Release
|
||
|
|
- Debug
|
||
|
|
|
||
|
|
install:
|
||
|
|
- git submodule update --init --recursive
|
||
|
|
|
||
|
|
before_build:
|
||
|
|
- cmake -G "Visual Studio 15 2017 Win64" .
|
||
|
|
|
||
|
|
build:
|
||
|
|
project: $(APPVEYOR_BUILD_FOLDER)\$(APPVEYOR_PROJECT_NAME).sln
|