mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-24 14:19:08 +01:00
travis: run testsuite
This commit is contained in:
11
.travis.yml
11
.travis.yml
@@ -24,16 +24,7 @@ matrix:
|
||||
compiler: gcc
|
||||
script:
|
||||
- ./configure && make -s -j2
|
||||
- export POCO_BASE=`pwd`
|
||||
- export CPPUNIT_IGNORE="\
|
||||
- N7CppUnit10TestCallerI8PathTestEE.testExpand \
|
||||
- N7CppUnit10TestCallerI13RawSocketTestEE.testEchoIPv4 \
|
||||
- N7CppUnit10TestCallerI13RawSocketTestEE.testSendToReceiveFromIPv4 \
|
||||
- N7CppUnit10TestCallerI14ICMPClientTestEE.testPing"
|
||||
- export EXCLUDE_TESTS="Data/MySQL Data/ODBC MongoDB PDF"
|
||||
- export PATH=$PATH:.
|
||||
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.
|
||||
- build/script/runtests.sh
|
||||
- ./travis/runtests.sh
|
||||
|
||||
# TODO add this as soon as Linux-clang config is ready
|
||||
# - env: TEST_NAME="clang (make)"
|
||||
|
||||
11
travis/runtests.sh
Executable file
11
travis/runtests.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
set -ev
|
||||
export POCO_BASE=`pwd`
|
||||
export CPPUNIT_IGNORE="\
|
||||
N7CppUnit10TestCallerI8PathTestEE.testExpand \
|
||||
N7CppUnit10TestCallerI13RawSocketTestEE.testEchoIPv4 \
|
||||
N7CppUnit10TestCallerI13RawSocketTestEE.testSendToReceiveFromIPv4 \
|
||||
N7CppUnit10TestCallerI14ICMPClientTestEE.testPing"
|
||||
export EXCLUDE_TESTS="Data/MySQL Data/ODBC MongoDB PDF"
|
||||
export PATH=$PATH:.
|
||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.
|
||||
build/script/runtests.sh
|
||||
Reference in New Issue
Block a user