Set relative path for Odin.

This commit is contained in:
Jeroen van Rijn
2021-09-07 18:30:54 +02:00
parent 6954076f15
commit 1ab6a765da
2 changed files with 5 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ jobs:
cd core\math\big\tests
call build.bat
timeout-minutes: 10
- name: core:image tests
- name: core:image and core:compress tests
shell: cmd
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat

View File

@@ -1,4 +1,6 @@
@echo off
set COMMON=-show-timings -no-bounds-check -vet -strict-style
set PATH_TO_ODIN==..\..\odin
python3 download_assets.py
odin test image -vet -strict-style
odin test compress -vet -strict-style
%PATH_TO_ODIN% test image %COMMON%
%PATH_TO_ODIN% test compress %COMMON%