diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-04-08 02:09:56 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-04-08 02:09:56 +0000 |
| commit | d533daaf069b958971b24a04bd58c842bf5fe310 (patch) | |
| tree | b2245b6c06a0e5bec2efb88787910e94e7a446a5 | |
| parent | Enabled tests on travis (diff) | |
| download | DiligentTools-d533daaf069b958971b24a04bd58c842bf5fe310.tar.gz DiligentTools-d533daaf069b958971b24a04bd58c842bf5fe310.zip | |
Updated appveyor script to actually run tests
| -rw-r--r-- | BuildTools/Scripts/appveyor/run_tests.bat | 2 | ||||
| -rw-r--r-- | appveyor.yml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/BuildTools/Scripts/appveyor/run_tests.bat b/BuildTools/Scripts/appveyor/run_tests.bat index cef53f0..fad622b 100644 --- a/BuildTools/Scripts/appveyor/run_tests.bat +++ b/BuildTools/Scripts/appveyor/run_tests.bat @@ -1,5 +1,7 @@ rem @echo off +set ERROR=0 + if "%PLATFORM_NAME%"=="Windows" ( "%1\Tests\DiligentToolsTest\%CONFIGURATION%\DiligentToolsTest.exe" || set ERROR=1 ) diff --git a/appveyor.yml b/appveyor.yml index fa6d8eb..f552a88 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,9 +13,11 @@ environment: matrix: - platform: x64 configuration: Debug + platform_name: Windows - platform: x64 configuration: Release + platform_name: Windows # clone directory clone_folder: c:\projects\DiligentTools |
