2018-03-17 19:43:48 +01:00
|
|
|
version: '{build}'
|
|
|
|
|
|
|
|
image: Visual Studio 2017
|
|
|
|
|
|
|
|
platform:
|
|
|
|
- x64
|
2019-05-24 21:32:22 +02:00
|
|
|
|
2018-03-17 19:43:48 +01:00
|
|
|
configuration:
|
|
|
|
- Debug
|
2019-05-24 21:32:22 +02:00
|
|
|
- Release
|
2018-03-17 19:43:48 +01:00
|
|
|
|
|
|
|
install:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
|
|
|
|
before_build:
|
2018-03-17 19:46:35 +01:00
|
|
|
- mkdir build
|
2018-03-17 19:43:48 +01:00
|
|
|
- cd build
|
2019-05-19 18:28:57 +02:00
|
|
|
- cmake -G "Visual Studio 15 2017 Win64" ..
|
2018-03-17 19:53:38 +01:00
|
|
|
- dir
|
2018-03-17 19:43:48 +01:00
|
|
|
|
|
|
|
build:
|
|
|
|
project: $(APPVEYOR_BUILD_FOLDER)\build\$(APPVEYOR_PROJECT_NAME).sln
|
|
|
|
|
|
|
|
test_script:
|
2019-04-26 22:46:20 +02:00
|
|
|
- dir
|
2019-09-15 10:32:20 +02:00
|
|
|
- ctest -VV -C %CONFIGURATION%
|