mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Set relative path for Odin.
This commit is contained in:
@@ -71,7 +71,7 @@ jobs:
|
|||||||
cd core\math\big\tests
|
cd core\math\big\tests
|
||||||
call build.bat
|
call build.bat
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
- name: core:image tests
|
- name: core:image and core:compress tests
|
||||||
shell: cmd
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat
|
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
@echo off
|
@echo off
|
||||||
|
set COMMON=-show-timings -no-bounds-check -vet -strict-style
|
||||||
|
set PATH_TO_ODIN==..\..\odin
|
||||||
python3 download_assets.py
|
python3 download_assets.py
|
||||||
odin test image -vet -strict-style
|
%PATH_TO_ODIN% test image %COMMON%
|
||||||
odin test compress -vet -strict-style
|
%PATH_TO_ODIN% test compress %COMMON%
|
||||||
Reference in New Issue
Block a user