X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=.travis.yml;h=271a40a3cbcb2e8e7b8274111eebc7961f1bd86a;hb=refs%2Fheads%2Fcollectd-5.9;hp=e6be459da77d68bf8caa568023a4a0aa70f981e4;hpb=cd68054706cf9be617965dc03a3877de03685a69;p=collectd.git diff --git a/.travis.yml b/.travis.yml index e6be459d..271a40a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,19 +4,24 @@ language: c env: global: - # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created - # via the "travis encrypt" command using the project repo's public key - - secure: "ZdWWp0XX3C4sLIp4lqeQTWC7vt+GsWjmyRiD17T9833NBAW4dddz310I6iyeXe6oX09ZFFiVIN4ogx9ANcNBx9jriGXI2/82nBhpxOJBebet8JCNS5VeTr4rDSfQOKP+Oc+ko5KbbghTuAtO2CFYiH3jZUcn4TdsYbVanf+TwUs=" + - MAKEFLAGS="-j 2" + # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created + # via the "travis encrypt" command using the project repo's public key + - secure: "ZdWWp0XX3C4sLIp4lqeQTWC7vt+GsWjmyRiD17T9833NBAW4dddz310I6iyeXe6oX09ZFFiVIN4ogx9ANcNBx9jriGXI2/82nBhpxOJBebet8JCNS5VeTr4rDSfQOKP+Oc+ko5KbbghTuAtO2CFYiH3jZUcn4TdsYbVanf+TwUs=" matrix: include: - os: osx osx_image: xcode10.1 + compiler: clang + env: + - CXX=clang++ + - PATH="/usr/local/opt/mysql-client/bin:$PATH" - os: linux - dist: xenial + dist: bionic compiler: clang - os: linux - dist: xenial + dist: bionic compiler: gcc before_install: @@ -27,8 +32,8 @@ before_script: autoreconf -vif script: - if [[ "${TRAVIS_BRANCH}" == "coverity_scan" ]]; then exit 0; fi - - ./configure - - make distcheck DISTCHECK_CONFIGURE_FLAGS="--disable-dependency-tracking" + - ./configure --disable-lvm + - make distcheck DISTCHECK_CONFIGURE_FLAGS="--disable-dependency-tracking --enable-debug --disable-lvm" addons: apt: @@ -121,9 +126,15 @@ addons: - protobuf - protobuf-c - python + - qpid-proton - rabbitmq-c - riemann-client - rrdtool - tokyo-cabinet - varnish - yajl + +git: + quiet: true + submodules: false + depth: 1