diff options
| author | Daniel Gavin <danielgavin5@hotmail.com> | 2022-07-27 16:18:38 +0200 |
|---|---|---|
| committer | Daniel Gavin <danielgavin5@hotmail.com> | 2022-07-27 16:18:38 +0200 |
| commit | d503e3a720c1bb184679fd66fb1bf07061e2896c (patch) | |
| tree | 3b4e6615e601afcd83e89ac449ac8fbf5b279d4d | |
| parent | a4497f07725bb2341cce2eb260bc901f26afa8fd (diff) | |
CI
| -rw-r--r-- | build.bat | 2 | ||||
| -rwxr-xr-x | build.sh | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ if "%1" == "CI" ( rem odin test tests -collection:shared=src
rem if %errorlevel% neq 0 exit 1
- odin build src\ -show-timings -collection:shared=src -out:ols.exe -o:speed
+ odin build src\ -collection:shared=src -out:ols.exe -o:speed
call "tools/odinfmt/tests.bat"
if %errorlevel% neq 0 exit 1
@@ -42,4 +42,4 @@ then cd .. fi -odin build src/ -show-timings -collection:shared=src -out:ols -o:speed +odin build src/ -collection:shared=src -out:ols -o:speed |