From 4ec958ebef402183f85c1f5bbcff2f7092341cf9 Mon Sep 17 00:00:00 2001 From: seleznevae Date: Fri, 26 Apr 2019 23:35:42 +0300 Subject: [PATCH] [F] Fixed appveyor file --- appveyor.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index e0f415b..93dea6f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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' \ No newline at end of file + - 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' \ No newline at end of file