X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=.travis.yml;h=5af5f12f23bbb4e5035c685d4e6575770d3d12e7;hp=e2821f70d6c9e62c36e5733fe067bc8c64b74471;hb=88d676f631cd868066b564e83cf2dcadf9c46219;hpb=da2c9accd294d04434cac7180e08c12a0d30cffc diff --git a/.travis.yml b/.travis.yml index e2821f70..5af5f12f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,77 +1,148 @@ +# Travis CI configuration file +# https://travis-ci.org/collectd/collectd +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: xcode11.2 + compiler: clang + jdk: openjdk10 + env: + - CXX=clang++ + - PATH="/usr/local/opt/mysql-client/bin:$PATH" + - os: linux + dist: xenial + compiler: clang + jdk: openjdk10 + - os: linux + dist: xenial + compiler: gcc + jdk: openjdk10 -sudo: required -dist: trusty -compiler: - - gcc - - clang -language: c before_install: - - openssl s_client -connect scan.coverity.com:443