1
0
Fork 0
libfort/appveyor.yml

31 lines
590 B
YAML
Raw Normal View History

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" ..
- 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-04-26 23:08:32 +02:00
- ctest -VV -C Debug
2019-04-26 22:54:41 +02:00
- cd Debug
2019-04-26 22:49:16 +02:00
- dir
- ctest -VV
2019-04-26 22:35:42 +02:00
# - '%APPVEYOR_BUILD_FOLDER%\build\Debug\libfort_test_dev.exe'
# - '%APPVEYOR_BUILD_FOLDER%\build\Debug\libfort_test.exe'
# - '%APPVEYOR_BUILD_FOLDER%\build\Debug\libfort_example.exe'