mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-16 11:48:54 +01:00
Start cygserver as a DOS command.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
3ed928a49b
commit
793543a455
@ -451,7 +451,7 @@ test_script:
|
||||
{
|
||||
if (($env:builder -eq "cygwin") -and ($env:platform -eq "Win32"))
|
||||
{
|
||||
$cmd = 'sh /usr/sbin/cygserver "&"';iex "& $cmd"
|
||||
$cmd = 'C:\cygwin\usr\sbin\cygserver.exe "&"';iex "& $cmd"
|
||||
$cmd = 'sh appveyor/Cygwin/runtests.sh';iex "& $cmd"
|
||||
}
|
||||
if ($env:builder -eq "msbuild" -and $env:linkmode -eq "shared")
|
||||
|
Loading…
Reference in New Issue
Block a user