mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-21 06:37:42 +01:00
Add appveyor directory for running test on Cygwin
This commit is contained in:
parent
67f099a01a
commit
c7ea486e31
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,6 +23,7 @@
|
||||
!build.gradle
|
||||
.gradle/
|
||||
**/guild/
|
||||
coverage/
|
||||
|
||||
# NuGet #
|
||||
#########
|
||||
|
2
appveyor/Cygwin/excluded.sh
Normal file
2
appveyor/Cygwin/excluded.sh
Normal file
@ -0,0 +1,2 @@
|
||||
export EXCLUDE_TESTS="Foundation Data/ODBC Data/MySQL Redis PDF"
|
||||
|
11
appveyor/Cygwin/runtests.sh
Normal file
11
appveyor/Cygwin/runtests.sh
Normal file
@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# set -ev
|
||||
#
|
||||
set -v
|
||||
export POCO_BASE=`pwd`
|
||||
export PATH=$PATH:.
|
||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.
|
||||
source ./appveyor/ignored.sh
|
||||
source ./appveyor/Cygwin/excluded.sh
|
||||
build/script/runtests.sh
|
12
appveyor/ignored.sh
Normal file
12
appveyor/ignored.sh
Normal file
@ -0,0 +1,12 @@
|
||||
export CPPUNIT_IGNORE="\
|
||||
N7CppUnit10TestCallerI8PathTestEE.testExpand \
|
||||
N7CppUnit10TestCallerI13RawSocketTestEE.testEchoIPv4 \
|
||||
N7CppUnit10TestCallerI13RawSocketTestEE.testSendToReceiveFromIPv4 \
|
||||
N7CppUnit10TestCallerI14ICMPClientTestEE.testPing \
|
||||
N7CppUnit10TestCallerI14ICMPClientTestEE.testBigPing \
|
||||
N7CppUnit10TestCallerI22HTTPSClientSessionTestEE.testProxy \
|
||||
N7CppUnit10TestCallerI22HTTPSStreamFactoryTestEE.testProxy \
|
||||
N7CppUnit10TestCallerI19MulticastSocketTestEE.testMulticast \
|
||||
N7CppUnit10TestCallerI13NTPClientTestEE.testTimeSync \
|
||||
"
|
||||
|
Loading…
x
Reference in New Issue
Block a user