mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-19 14:11:07 +00:00
Add PNG test suite asset download to CI.
This commit is contained in:
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user