mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-28 18:30:06 +00:00
big: Run tests under CI.
This commit is contained in:
@@ -4,5 +4,5 @@ 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%
|
||||
: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%
|
||||
Reference in New Issue
Block a user