mirror of
https://github.com/ModOrganizer2/mob.git
synced 2026-07-27 14:07:05 -07:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
63bbf443d9 |
+6
-2
@@ -3,8 +3,12 @@ if (!$root) {
|
||||
$root = "."
|
||||
}
|
||||
|
||||
cmake -B build . | Out-Null
|
||||
cmake --build build --config Release -- "-p:UseMultiToolTask=true" "-noLogo" "-p:EnforceProcessCountAcrossBuilds=true" "-clp:ErrorsOnly;Verbosity=minimal"
|
||||
cmake -B build $root | Out-Null
|
||||
cmake --build $root/build --config Release -- `
|
||||
"-p:UseMultiToolTask=true" `
|
||||
"-noLogo" `
|
||||
"-p:EnforceProcessCountAcrossBuilds=true" `
|
||||
"-clp:ErrorsOnly;Verbosity=minimal"
|
||||
|
||||
if (! $?) {
|
||||
Write-Error "Build failed"
|
||||
|
||||
Reference in New Issue
Block a user