mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-02 19:09:13 +01:00
Add make test
This commit is contained in:
parent
3db6eaacfc
commit
58ed1928dd
@ -22,6 +22,9 @@ function MakeDir { param($Path)
|
||||
& make -j4
|
||||
if ($lastExitCode -ne "0") { throw "Executing 'make -j4' has failed" }
|
||||
|
||||
& make test
|
||||
if ($lastExitCode -ne "0") { throw "Executing 'make test' has failed" }
|
||||
|
||||
} elseif (test-path "$Path/configure") {
|
||||
"⏳ Building 📂$DirName using 'configure'..."
|
||||
set-location "$Path/"
|
||||
|
Loading…
Reference in New Issue
Block a user