use .travis.xml from develop

This commit is contained in:
Guenter Obiltschnig 2015-10-06 16:32:28 +02:00
parent 7481d099fe
commit 6767ea9395

View File

@ -7,10 +7,13 @@ before_install:
# we need a recent version of CMake # we need a recent version of CMake
- sudo add-apt-repository -y ppa:andykimpe/cmake3 - sudo add-apt-repository -y ppa:andykimpe/cmake3
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -qq -y unixodbc-dev libmysqlclient-dev g++-arm-linux-gnueabi g++-arm-linux-gnueabihf sloccount cppcheck - sudo apt-get install -qq -y unixodbc-dev libmysqlclient-dev g++-arm-linux-gnueabi g++-arm-linux-gnueabihf clang-3.5 sloccount cppcheck
services: services:
- mongodb - mongodb
notifications:
slack: pocoproject:ItIUZvs8aJGyPdaKxIKMnS1t
env: env:
global: TEST_NAME="" global: TEST_NAME=""
@ -23,13 +26,14 @@ matrix:
- env: TEST_NAME="gcc (make)" - env: TEST_NAME="gcc (make)"
compiler: gcc compiler: gcc
script: script:
- ./configure && make -s -j2 - ./configure --everything && make -s -j2
- ./travis/runtests.sh
# TODO add this as soon as Linux-clang config is ready
# - env: TEST_NAME="clang (make)" - env: TEST_NAME="clang (make)"
# compiler: clang compiler: clang
# script: script:
# - ./configure --config=Linux-clang && make -s -j2 - ./configure --everything --config=Linux-clang && make -s -j2
- ./travis/runtests.sh
- env: TEST_NAME="arm-linux-gnueabi- (make)" - env: TEST_NAME="arm-linux-gnueabi- (make)"
script: script: