mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-06 04:57:55 +00:00
big CI: Set relative path to Odin.
This commit is contained in:
@@ -3,6 +3,7 @@ set TEST_ARGS=-fast-tests
|
||||
set TEST_ARGS=
|
||||
set OUT_NAME=test_library
|
||||
set COMMON=-build-mode:shared -show-timings -no-bounds-check -define:MATH_BIG_EXE=false -vet -strict-style
|
||||
:odin build . %COMMON% -o:minimal -out:%OUT_NAME% && python test.py %TEST_ARGS%
|
||||
:odin build . %COMMON% -o:size -out:%OUT_NAME% && python test.py %TEST_ARGS%
|
||||
odin build . %COMMON% -o:speed -out:%OUT_NAME% && python test.py %TEST_ARGS%
|
||||
set PATH_TO_ODIN==..\..\..\..\odin
|
||||
%PATH_TO_ODIN% build . %COMMON% -o:minimal -out:%OUT_NAME% && python test.py %TEST_ARGS%
|
||||
%PATH_TO_ODIN% build . %COMMON% -o:size -out:%OUT_NAME% && python test.py %TEST_ARGS%
|
||||
%PATH_TO_ODIN% build . %COMMON% -o:speed -out:%OUT_NAME% && python test.py %TEST_ARGS%
|
||||
Reference in New Issue
Block a user