aboutsummaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
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 7267247..0ddd3d5 100644
--- a/build.bat
+++ b/build.bat
@@ -2,8 +2,8 @@
if "%1" == "CI" (
- "Odin/odin.exe" test tests -collection:shared=src -debug
- if %errorlevel% neq 0 exit 1
+ rem "Odin/odin.exe" test tests -collection:shared=src -debug
+ rem if %errorlevel% neq 0 exit 1
"Odin/odin.exe" build src\ -show-timings -collection:shared=src -out:ols.exe -o:speed -thread-count:1
) else if "%1" == "test" (
odin test tests -collection:shared=src -debug