diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-12-08 19:24:37 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-12-08 19:24:37 +0000 |
| commit | b8e40683ca3838c54acfa3087c3eceee349fc8b2 (patch) | |
| tree | e3ba818c0a24761e386b9ca79ec5fbfb34cfb13a | |
| parent | keep keeping (diff) | |
| download | DiligentCore-b8e40683ca3838c54acfa3087c3eceee349fc8b2.tar.gz DiligentCore-b8e40683ca3838c54acfa3087c3eceee349fc8b2.zip | |
Be persistent
| -rw-r--r-- | appveyor.yml | 10 |
1 files 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 .\* |
