1
0
Fork 0
libfort/appveyor.yml

30 lines
437 B
YAML
Raw Normal View History

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" ..
- 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-05-24 21:32:22 +02:00
- ctest -VV -C %CONFIGURATION%
- cd %CONFIGURATION%
2019-04-26 22:49:16 +02:00
- dir
- ctest -VV