From 06f3f736ef74c1121ddc42c37c52873eb7bb1556 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sun, 8 Dec 2019 11:51:57 -0800 Subject: appveyor: fixed install path --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 1ef548ef..19590dd5 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 BuildTools\FormatValidation - validate_format_win.bat - 'cd %APPVEYOR_BUILD_FOLDER%' - echo %PLATFORM% @@ -75,11 +75,11 @@ build: parallel: true test_script: - - 'cd %APPVEYOR_BUILD_FOLDER%\UnitTests\DiligentCoreAPITest\assets' + - cd UnitTests\DiligentCoreAPITest\assets - '%APPVEYOR_BUILD_FOLDER%\BuildTools\Scripts\appveyor\run_tests.bat %APPVEYOR_BUILD_FOLDER%\build' after_test: - - 'cd %APPVEYOR_BUILD_FOLDER%\build\install' + - cd install - 7z a DiligentCore-"%platform_name%"-"%PLATFORM%"-"%CONFIGURATION%".zip .\* -- cgit v1.2.3