1
0
Fork 0

[F] Fixed appveyor file

This commit is contained in:
seleznevae 2019-04-26 23:35:42 +03:00
parent d81036e9e9
commit 4ec958ebef
1 changed files with 5 additions and 3 deletions

View File

@ -21,6 +21,8 @@ build:
project: $(APPVEYOR_BUILD_FOLDER)\build\$(APPVEYOR_PROJECT_NAME).sln
test_script:
- '%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'
- cd '%APPVEYOR_BUILD_FOLDER%\build\Debug
- ctest -VV
# - '%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'