Add appveyor directory for running test on Cygwin

This commit is contained in:
Francis ANDRE
2018-04-04 09:44:21 +02:00
parent 67f099a01a
commit c7ea486e31
4 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
export EXCLUDE_TESTS="Foundation Data/ODBC Data/MySQL Redis PDF"

View 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