Add PNG test suite asset download to CI.

This commit is contained in:
Jeroen van Rijn
2021-09-07 17:53:48 +02:00
parent c0b07c71f0
commit 74a883de04
+7 -2
View File
@@ -69,7 +69,12 @@ jobs:
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat
cd core\math\big\tests
python3 --version
call build.bat
timeout-minutes: 10
- name: core:image tests
shell: cmd
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat
cd core\image\tests
python3 download_assets.py
timeout-minutes: 10