mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-19 17:38:23 +00:00
bit: Force Python3 for CI.
This commit is contained in:
@@ -4,6 +4,6 @@ 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
|
||||
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%
|
||||
%PATH_TO_ODIN% build . %COMMON% -o:minimal -out:%OUT_NAME% && python3 test.py %TEST_ARGS%
|
||||
%PATH_TO_ODIN% build . %COMMON% -o:size -out:%OUT_NAME% && python3 test.py %TEST_ARGS%
|
||||
%PATH_TO_ODIN% build . %COMMON% -o:speed -out:%OUT_NAME% && python3 test.py %TEST_ARGS%
|
||||
Reference in New Issue
Block a user