mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-29 04:06:51 +01:00
Add appveyor directory for running test on Cygwin
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user