.
This commit is contained in:
parent
7dfaa5ce0a
commit
c4221bff7f
1 changed files with 1 additions and 1 deletions
2
do.ps1
2
do.ps1
|
|
@ -221,7 +221,7 @@ switch ($command) {
|
||||||
$binary = Join-Path $OUT_DIR ($EXE_NAME + (Get-Ext $HOST_OS));
|
$binary = Join-Path $OUT_DIR ($EXE_NAME + (Get-Ext $HOST_OS));
|
||||||
|
|
||||||
$release = $rest[0] -eq "release" -or $rest[0] -eq "fast";
|
$release = $rest[0] -eq "release" -or $rest[0] -eq "fast";
|
||||||
&"./do.ps1" build (if ($release) { "release" } else { "" });
|
&"./do.ps1" build if ($release) { "release" } else { "" };
|
||||||
|
|
||||||
if ($LASTEXITCODE -eq 0) {
|
if ($LASTEXITCODE -eq 0) {
|
||||||
Invoke-Expression $binary | Write-Host;
|
Invoke-Expression $binary | Write-Host;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue