mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-30 15:45:55 +02:00
Use PowerShell for Cygwin build commands.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
68a1b105ee
commit
f45ba9fc72
@ -375,10 +375,10 @@ build_script:
|
||||
if ($env:builder -eq "cygwin")
|
||||
{
|
||||
$LastExitCode=0;
|
||||
$cmd='bash.exe configure --everything';$cmd;
|
||||
$cmd='bash.exe configure --everything';iex "& $cmd"
|
||||
Write-Host -ForegroundColor Yellow $cmd ' LastExitCode=' $lastExitCode;
|
||||
$LastExitCode=0;
|
||||
$cmd='make.exe -s';
|
||||
$cmd='make.exe -s';iex "& $cmd"
|
||||
Write-Host -ForegroundColor Yellow $cmd ' LastExitCode=' $lastExitCode;
|
||||
}
|
||||
if ($env:builder -eq "msbuild")
|
||||
|
Loading…
x
Reference in New Issue
Block a user