1
0
Fork 0
libfort/appveyor.yml

26 lines
518 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:
2018-05-06 15:21:45 +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'