aboutsummaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
authorDaniel Gavin <danielgavin5@hotmail.com>2021-09-21 00:41:13 +0200
committerDaniel Gavin <danielgavin5@hotmail.com>2021-09-21 00:41:13 +0200
commit34913c62eb43aca2b2abb20b5bd88aa97ee05741 (patch)
tree234fb68232f2d5b5017bf6089ac8da6950ecf043 /build.bat
parentd009425a92f4bf7e60ebcbf614532e23cdda914d (diff)
batch update
Diffstat (limited to 'build.bat')
-rw-r--r--build.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.bat b/build.bat
index a5a66bd..5ed8204 100644
--- a/build.bat
+++ b/build.bat
@@ -2,9 +2,9 @@
if "%1" == "CI" (
- Odin/odin.exe test tests -collection:shared=src -debug -opt:0
+ "Odin/odin.exe" test tests -collection:shared=src -debug -opt:0
if %errorlevel% neq 0 exit 1
- Odin/odin.exe build src\ -show-timings -microarch:native -collection:shared=src -out:ols -opt:2 -thread-count:1
+ "Odin/odin.exe" build src\ -show-timings -microarch:native -collection:shared=src -out:ols -opt:2 -thread-count:1
) else (
odin.exe build src\ -show-timings -microarch:native -collection:shared=src -out:ols -opt:2
) \ No newline at end of file