diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2019-12-20 03:13:41 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2019-12-20 03:13:41 +0000 |
| commit | adbe6b054e3c7c8f6eceb0a0046e57fa3fec6ec4 (patch) | |
| tree | f9a6e414aa4c6dd1421ec3847557edad540164b2 | |
| parent | Renamed UnitTests folder to Tests (diff) | |
| download | DiligentCore-adbe6b054e3c7c8f6eceb0a0046e57fa3fec6ec4.tar.gz DiligentCore-adbe6b054e3c7c8f6eceb0a0046e57fa3fec6ec4.zip | |
appveyor.yml: fixed path to the tests
| -rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 16c33f14..47f16bfd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -75,7 +75,7 @@ build: parallel: true test_script: - - 'cd %APPVEYOR_BUILD_FOLDER%\UnitTests\DiligentCoreAPITest\assets' + - 'cd %APPVEYOR_BUILD_FOLDER%\Tests\DiligentCoreAPITest\assets' - '%APPVEYOR_BUILD_FOLDER%\BuildTools\Scripts\appveyor\run_tests.bat %APPVEYOR_BUILD_FOLDER%\build' after_test: |
