diff options
Diffstat (limited to 'build.bat')
| -rw-r--r-- | build.bat | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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
|