mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-06-07 13:36:48 +02:00
Updated build-repo.ps1
This commit is contained in:
parent
476ce9544f
commit
2140380f24
@ -10,7 +10,7 @@
|
|||||||
PS> ./build-repo.ps1 C:\Repos\ninja
|
PS> ./build-repo.ps1 C:\Repos\ninja
|
||||||
⏳ Building 📂ninja by using CMake...
|
⏳ Building 📂ninja by using CMake...
|
||||||
...
|
...
|
||||||
✅ Build of 📂ninja succeeded in 47s, results in: 📂C:\Repos\ninja\_results
|
✅ Build of 📂ninja succeeded in 47s, results at: 📂C:\Repos\ninja\_results
|
||||||
.LINK
|
.LINK
|
||||||
https://github.com/fleschutz/PowerShell
|
https://github.com/fleschutz/PowerShell
|
||||||
.NOTES
|
.NOTES
|
||||||
@ -155,7 +155,7 @@ try {
|
|||||||
if ($global:results -eq "") {
|
if ($global:results -eq "") {
|
||||||
"✅ Build of 📂$repoDirName succeeded in $($elapsed)s."
|
"✅ Build of 📂$repoDirName succeeded in $($elapsed)s."
|
||||||
} else {
|
} else {
|
||||||
"✅ Build of 📂$repoDirName succeeded in $($elapsed)s, results in: 📂$($global:results)"
|
"✅ Build of 📂$repoDirName succeeded in $($elapsed)s, results at: 📂$($global:results)"
|
||||||
}
|
}
|
||||||
exit 0 # success
|
exit 0 # success
|
||||||
} catch {
|
} catch {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user