mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 03:20:11 +01:00
@@ -39,20 +39,23 @@ matrix:
|
|||||||
compiler: gcc
|
compiler: gcc
|
||||||
script:
|
script:
|
||||||
- ./configure --everything && make -s -j2
|
- ./configure --everything && make -s -j2
|
||||||
- travis_wait 30 ./travis/runtests.sh
|
- trap -p
|
||||||
|
- ./travis/runtests.sh
|
||||||
|
|
||||||
- env: TEST_NAME="gcc (make) unbundled"
|
- env: TEST_NAME="gcc (make) unbundled"
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
script:
|
script:
|
||||||
- sudo apt-get install -qq -y libpcre3-dev libssl-dev libexpat1-dev
|
- sudo apt-get install -qq -y libpcre3-dev libssl-dev libexpat1-dev
|
||||||
- ./configure --everything --unbundled && make -s -j2
|
- ./configure --everything --unbundled && make -s -j2
|
||||||
- travis_wait 30 ./travis/runtests.sh
|
- trap -p
|
||||||
|
- ./travis/runtests.sh
|
||||||
|
|
||||||
- env: TEST_NAME="clang (make)"
|
- env: TEST_NAME="clang (make)"
|
||||||
compiler: clang
|
compiler: clang
|
||||||
script:
|
script:
|
||||||
- ./configure --everything --config=Linux-clang && make -s -j2
|
- ./configure --everything --config=Linux-clang && make -s -j2
|
||||||
- travis_wait 30 ./travis/runtests.sh
|
- trap -p
|
||||||
|
- ./travis/runtests.sh
|
||||||
|
|
||||||
- env: TEST_NAME="arm-linux-gnueabi- (make)"
|
- env: TEST_NAME="arm-linux-gnueabi- (make)"
|
||||||
script:
|
script:
|
||||||
|
|||||||
Reference in New Issue
Block a user