From 2c96ecb9718d42f0a4a37b2059f8af4a4e241915 Mon Sep 17 00:00:00 2001 From: assiduous Date: Tue, 7 Apr 2020 20:57:31 -0700 Subject: Updated tools and samples (refactored PNG and JPEG image loading) --- .travis.yml | 2 ++ DiligentSamples | 2 +- DiligentTools | 2 +- appveyor.yml | 2 ++ 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b62bdbc..d4d0f5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,3 +68,5 @@ script: - . ./DiligentCore/BuildTools/Scripts/travis/build.sh "-DDILIGENT_BUILD_TESTS=TRUE" - cd ../DiligentCore/Tests/DiligentCoreAPITest/assets - . ../../../BuildTools/Scripts/travis/run_tests.sh ../../../../build/DiligentCore + - cd ../../../../DiligentTools/Tests/DiligentToolsTest/assets + - . ../../../BuildTools/Scripts/travis/run_tests.sh ../../../../build/DiligentTools diff --git a/DiligentSamples b/DiligentSamples index 72b02e8..b88f24d 160000 --- a/DiligentSamples +++ b/DiligentSamples @@ -1 +1 @@ -Subproject commit 72b02e88482a9a91d9346241893b28f18c82225b +Subproject commit b88f24dcedc8227a9593b7441259a055d92e0e48 diff --git a/DiligentTools b/DiligentTools index 55957e1..a443255 160000 --- a/DiligentTools +++ b/DiligentTools @@ -1 +1 @@ -Subproject commit 55957e1c645f825c07969e0065abe2db151cef50 +Subproject commit a443255ac6ea8057c4deb6d1fd804b724a31c2f4 diff --git a/appveyor.yml b/appveyor.yml index d4ab4fc..bd54939 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -83,5 +83,7 @@ build: test_script: - 'cd %APPVEYOR_BUILD_FOLDER%\DiligentCore\Tests\DiligentCoreAPITest\assets' - '%APPVEYOR_BUILD_FOLDER%\DiligentCore\BuildTools\Scripts\appveyor\run_tests.bat %APPVEYOR_BUILD_FOLDER%\build\DiligentCore' + - 'cd %APPVEYOR_BUILD_FOLDER%\DiligentTools\Tests\DiligentToolsTest\assets' + - '%APPVEYOR_BUILD_FOLDER%\DiligentTools\BuildTools\Scripts\appveyor\run_tests.bat %APPVEYOR_BUILD_FOLDER%\build\DiligentTools' - 'cd %APPVEYOR_BUILD_FOLDER%\DiligentSamples\Tests\GoldenImages' - '%APPVEYOR_BUILD_FOLDER%\DiligentSamples\BuildTools\Scripts\appveyor\run_tests.bat %APPVEYOR_BUILD_FOLDER%\build compare' -- cgit v1.2.3