mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-01-13 17:38:45 +01:00
Improve the output
This commit is contained in:
parent
6ee83a53ab
commit
b71268ceaf
@ -10,7 +10,7 @@ param($RepoDir = "$PWD")
|
|||||||
function MakeDir { param($Path)
|
function MakeDir { param($Path)
|
||||||
$DirName = (get-item "$Path").Name
|
$DirName = (get-item "$Path").Name
|
||||||
if (test-path "$Path/CMakeLists.txt") {
|
if (test-path "$Path/CMakeLists.txt") {
|
||||||
"⏳ Building 📂$DirName using CMakeLists.txt..."
|
"⏳ Building 📂$DirName using CMakeLists.txt to subfolder BuildFiles..."
|
||||||
if (-not(test-path "$Path/BuildFiles/" -pathType container)) {
|
if (-not(test-path "$Path/BuildFiles/" -pathType container)) {
|
||||||
& mkdir "$Path/BuildFiles/"
|
& mkdir "$Path/BuildFiles/"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user