summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: c6aa2734613df3f5e3bb8f394a587fef0aaa4536 (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
script: ./autogen.sh && ./configure && make

env:
  global:
    # COVERITY_SCAN_TOKEN
    # ** specific to your project **
    secure: "UwSy57y9-USTD6w65Ubvyg"

addons:
  coverity_scan:

    # GitHub project metadata
    # ** specific to your project **
    project:
      name: tgraf/bmon
      version: 3.7
      description: bandwidth monitor

    # Where email notification of build analysis results will be sent
    notification_email: tgraf@suug.ch

    # Commands to prepare for build_command
    # ** likely specific to your build **
    build_command_prepend: ./autogen.sh && ./configure

    # The command that will be added as an argument to "cov-build" to compile your project for analysis,
    # ** likely specific to your build **
    build_command: make

    # Pattern to match selecting branches that will run analysis. We recommend leaving this set to 'coverity_scan'.
    # Take care in resource usage, and consider the build frequency allowances per
    #   https://scan.coverity.com/faq#frequency
    branch_pattern: coverity_scan