diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-04-08 02:29:03 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-04-08 02:29:03 +0000 |
| commit | 525cdee495f95f845de44631114d4b2fc17fe05a (patch) | |
| tree | 261947b67f480eebe12969e37229d9525b30c689 | |
| parent | Fixed travis script (diff) | |
| download | DiligentTools-525cdee495f95f845de44631114d4b2fc17fe05a.tar.gz DiligentTools-525cdee495f95f845de44631114d4b2fc17fe05a.zip | |
Another fix in appveyor script
| -rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index f552a88..92a4a3c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -46,4 +46,4 @@ build: test_script: - 'cd %APPVEYOR_BUILD_FOLDER%\Tests\DiligentToolsTest\assets' - - '%APPVEYOR_BUILD_FOLDER%\BuildTools\Scripts\appveyor\run_tests.bat %APPVEYOR_BUILD_FOLDER%\build' + - '%APPVEYOR_BUILD_FOLDER%\BuildTools\Scripts\appveyor\run_tests.bat c:\projects\build\DiligentTools' |
