aboutsummaryrefslogtreecommitdiff
path: root/core/math
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2021-09-07 13:22:44 +0200
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2021-09-07 13:22:44 +0200
commit86cfb2ea828c6904a54938281cb6fde659b73f39 (patch)
tree9d1451379aead5f7b21174509edfd8e11b612b8f /core/math
parent0605a9f239857d90b605601cab77b1dcc68ca037 (diff)
big CI: Set relative path to Odin.
Diffstat (limited to 'core/math')
-rw-r--r--core/math/big/tests/build.bat7
1 files changed, 4 insertions, 3 deletions
diff --git a/core/math/big/tests/build.bat b/core/math/big/tests/build.bat
index bebd40aac..c2a5ada18 100644
--- a/core/math/big/tests/build.bat
+++ b/core/math/big/tests/build.bat
@@ -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% \ No newline at end of file
+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% \ No newline at end of file