summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 4765612793e3bf041a271a7d4a8450b2833f1ade (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
language: c

before_install:
    - sudo apt-get update -qq

install:
    - sudo apt-get install -qq --no-install-recommends perl autotools-dev libdbi-dev libldap2-dev libpq-dev libmysqlclient-dev libradiusclient-ng-dev libkrb5-dev libnet-snmp-perl procps mawk
    - sudo apt-get install -qq --no-install-recommends autoconf automake

before_script:
    - tools/setup
    - ./configure

script:
    - if [ "$COVERITY_SCAN_BRANCH" != 1 ]; then make; fi

compiler:
    - clang
    - gcc

notifications:
  irc:
    channels:
      - "chat.freenode.net#Monitoring-Plugins"
    on_success: change
    on_failure: always
    skip_join: true
  email:
    - team@monitoring-plugins.org

# Don't use Clang for Coverity Scan.
matrix:
  exclude:
    - compiler: clang
    - env: COVERITY_SCAN_BRANCH=1

env:
  global:
    # This is the encrypted COVERITY_SCAN_TOKEN, created via the "travis
    # encrypt" command using the project repository's public key.
    - secure: "ggJ9c/VfKcwtrwz/My+ne4My7D8g3qi3vz5Hh+yLiri0+oIXCy313ZD6ssIEY/5beQZEOnuHhBgBJd/Y3clSQNc2M9fRNc+wxOkIO992lgnY0MZJN3y9MLfpqUbTClhU9Fst0qXQqGpI6UI8yz1tj7yKi7DPrycJLRrjMpyTfyo="

addons:
  coverity_scan:
    project:
      name: "monitoring-plugins/monitoring-plugins"
      description: "Monitoring Plugins"
    notification_email: team@monitoring-plugins.org
    build_command_prepend: tools/setup && ./configure
    build_command: make
    branch_pattern: coverity