From 429be33f89c346d015622d5d07355ec4f4ada00e Mon Sep 17 00:00:00 2001 From: seleznevae Date: Fri, 26 Apr 2019 23:39:11 +0300 Subject: [PATCH] [F] Fixed appveyor file --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 93dea6f..68d7a5b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,7 +21,7 @@ build: project: $(APPVEYOR_BUILD_FOLDER)\build\$(APPVEYOR_PROJECT_NAME).sln test_script: - - cd '%APPVEYOR_BUILD_FOLDER%\build\Debug + - 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'