diff options
| author | Daniel Gavin <danielgavin5@hotmail.com> | 2021-09-21 00:41:13 +0200 |
|---|---|---|
| committer | Daniel Gavin <danielgavin5@hotmail.com> | 2021-09-21 00:41:13 +0200 |
| commit | 34913c62eb43aca2b2abb20b5bd88aa97ee05741 (patch) | |
| tree | 234fb68232f2d5b5017bf6089ac8da6950ecf043 /build.bat | |
| parent | d009425a92f4bf7e60ebcbf614532e23cdda914d (diff) | |
batch update
Diffstat (limited to 'build.bat')
| -rw-r--r-- | build.bat | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |