2018-03-17 19:43:48 +01:00
|
|
|
version: '{build}'
|
|
|
|
|
|
|
|
image: Visual Studio 2017
|
|
|
|
|
|
|
|
platform:
|
|
|
|
- x64
|
|
|
|
|
|
|
|
configuration:
|
|
|
|
- Debug
|
|
|
|
|
|
|
|
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
|
2018-03-18 17:02:53 +01: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:
|
2018-03-17 19:53:38 +01:00
|
|
|
- '%APPVEYOR_BUILD_FOLDER%\build\Debug\libfort_test.exe'
|
|
|
|
- '%APPVEYOR_BUILD_FOLDER%\build\Debug\libfort_example.exe'
|