From a84cd29efe945342445347e9b0e5262ecf7f1d13 Mon Sep 17 00:00:00 2001 From: seleznevae Date: Fri, 26 Apr 2019 23:46:20 +0300 Subject: [PATCH] [F] Fixed appveyor file --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 1f8e588..16cc0c6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,6 +21,8 @@ build: project: $(APPVEYOR_BUILD_FOLDER)\build\$(APPVEYOR_PROJECT_NAME).sln test_script: + - dir + - dir '%APPVEYOR_BUILD_FOLDER%' - cd build - cd Debug # - cd '%APPVEYOR_BUILD_FOLDER%\build\Debug'