diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-12-08 19:51:57 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-12-08 19:51:57 +0000 |
| commit | 06f3f736ef74c1121ddc42c37c52873eb7bb1556 (patch) | |
| tree | 5631d91714495c3a206bfa69195baedb35e549d1 | |
| parent | Hopefully, this will finally fix appveyor script (diff) | |
| download | DiligentCore-06f3f736ef74c1121ddc42c37c52873eb7bb1556.tar.gz DiligentCore-06f3f736ef74c1121ddc42c37c52873eb7bb1556.zip | |
appveyor: fixed install path
| -rw-r--r-- | appveyor.yml | 6 |
1 files 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 .\* |
