2018-04-15 16:27:26 +00:00
|
|
|
version: '{branch}-{build}'
|
|
|
|
|
|
|
|
environment:
|
|
|
|
matrix:
|
2018-04-15 16:27:56 +00:00
|
|
|
- configuration: Debug
|
|
|
|
- configuration: Release
|
2018-04-15 16:27:26 +00:00
|
|
|
|
|
|
|
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
|
|
|
MSVC_GENERATOR: Visual Studio 15 2017
|
|
|
|
MSVC_GENERATOR_SHORT: VS2017
|
|
|
|
|
|
|
|
platform:
|
|
|
|
- x64
|
|
|
|
|
|
|
|
shallow_clone: true
|
|
|
|
|
|
|
|
build_script:
|
|
|
|
- cmd: cd build
|
|
|
|
- cmd: cmake -DCMAKE_BUILD_TYPE=%configuration% ..
|