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