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