mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-21 22:56:19 +01:00
Run cygwin testsuites
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
f84a220562
commit
62641783a1
@ -37,8 +37,8 @@ services:
|
||||
|
||||
|
||||
platform:
|
||||
- x64
|
||||
- Win32
|
||||
- x64
|
||||
|
||||
# -------------------------------------------------------------------------------------------
|
||||
# building debug configuration doubles the round time and isn't so useful.
|
||||
@ -104,7 +104,7 @@ matrix:
|
||||
|
||||
install:
|
||||
# - C:\cygwin\setup-x86.exe -qnNdO -R C:/cygwin -s http://cygwin.mirror.constant.com -l C:/cygwin/var/cache/setup -P openssl-devel
|
||||
- c:\cygwin64\setup-x86_64.exe -B -q -n -N -d -l C:/cygwin64/var/cache/setup -R c:\cygwin64 -s http://cygwin.mirror.constant.com -P openssl-devel
|
||||
# - C:\cygwin64\setup-x86_64.exe -B -q -n -N -d -l C:/cygwin64/var/cache/setup -R c:\cygwin64 -s http://cygwin.mirror.constant.com -P openssl-devel
|
||||
|
||||
- set POCO_BASE=%CD%
|
||||
- set PATH=C:\ProgramData\chocolatey\bin;%PATH%
|
||||
@ -449,6 +449,11 @@ test_script:
|
||||
$line='-------------------------------------------------------------------------------------';
|
||||
if ($env:configuration -eq "release")
|
||||
{
|
||||
if (($env:builder -eq "cygwin") -and ($env:platform -eq "Win32"))
|
||||
{
|
||||
$cmd = '/usr/sbin/cygserver &';iex "& $cmd"
|
||||
$cmd = 'sh travis/Linux/runtests.sh';iex "& $cmd"
|
||||
}
|
||||
if ($env:builder -eq "msbuild" -and $env:linkmode -eq "shared")
|
||||
{
|
||||
$suffix = '';
|
||||
|
Loading…
x
Reference in New Issue
Block a user