mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-14 11:06:57 +01:00
Exckude Zip/CompressTest/testZip64 for now, it takes too much time to
execute and make the Travis job aborting. Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
07ba367dff
commit
76a87e922f
@ -23,7 +23,7 @@ services:
|
||||
notifications:
|
||||
slack:
|
||||
rooms:
|
||||
- pocoproject:ItIUZvs8aJGyPdaKxIKMnS1t#travis
|
||||
- pocoproject:4iwY1QpB8fdU2WqpcZ6PpZhz#travis
|
||||
- kampbell:v4ARuptk0ETzwUsKDdV6Gspb#poco
|
||||
|
||||
env:
|
||||
@ -35,7 +35,7 @@ before_script:
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- env: TEST_NAME="OSX clang (make) bundled"
|
||||
- env: TEST_NAME="OSX clang (make) bundled"
|
||||
compiler: clang
|
||||
os: osx
|
||||
script:
|
||||
|
@ -9,7 +9,8 @@ export CPPUNIT_IGNORE="\
|
||||
N7CppUnit10TestCallerI22HTTPSClientSessionTestEE.testProxy \
|
||||
N7CppUnit10TestCallerI22HTTPSStreamFactoryTestEE.testProxy \
|
||||
N7CppUnit10TestCallerI19MulticastSocketTestEE.testMulticast \
|
||||
N7CppUnit10TestCallerI13NTPClientTestEE.testTimeSync"
|
||||
N7CppUnit10TestCallerI13NTPClientTestEE.testTimeSync \
|
||||
N7CppUnit10TestCallerI12CompressTestEE.testZip64"
|
||||
export EXCLUDE_TESTS="Data/MySQL Data/ODBC MongoDB PDF"
|
||||
export PATH=$PATH:.
|
||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.
|
||||
|
Loading…
Reference in New Issue
Block a user