From b8e40683ca3838c54acfa3087c3eceee349fc8b2 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sun, 8 Dec 2019 11:24:37 -0800 Subject: Be persistent --- appveyor.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 407a1f79..ee4a5d11 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -62,7 +62,7 @@ install: - BuildTools\Scripts\appveyor\install.bat before_build: - - cd '%APPVEYOR_BUILD_FOLDER%\BuildTools\FormatValidation' + - cd '"%APPVEYOR_BUILD_FOLDER%"\BuildTools\FormatValidation' - validate_format_win.bat - cd '%APPVEYOR_BUILD_FOLDER%' - echo %PLATFORM% @@ -70,16 +70,16 @@ before_build: - cmake %cmake_args% -S . -B ./build -D DILIGENT_BUILD_TESTS=TRUE -G "Visual Studio 15 2017" -A %PLATFORM% build: - project: '%APPVEYOR_BUILD_FOLDER%\build\INSTALL.vcxproj' + project: '"%APPVEYOR_BUILD_FOLDER%"\build\INSTALL.vcxproj' verbosity: minimal parallel: true test_script: - - cd '%APPVEYOR_BUILD_FOLDER%\UnitTests\DiligentCoreAPITest\assets' - - cmd: '%APPVEYOR_BUILD_FOLDER%\BuildTools\Scripts\appveyor\run_tests.bat %APPVEYOR_BUILD_FOLDER%\build' + - cd '"%APPVEYOR_BUILD_FOLDER%"\UnitTests\DiligentCoreAPITest\assets' + - cmd: '"%APPVEYOR_BUILD_FOLDER%"\BuildTools\Scripts\appveyor\run_tests.bat "%APPVEYOR_BUILD_FOLDER%"\build' after_test: - - cd '%APPVEYOR_BUILD_FOLDER%\build\install' + - cd '"%APPVEYOR_BUILD_FOLDER%"\build\install' - 7z a DiligentCore-"%platform_name%"-"%PLATFORM%"-"%CONFIGURATION%".zip .\* -- cgit v1.2.3