Changeset 91f06e5


Ignore:
Timestamp:
2015-02-22T22:44:34Z (9 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
05816dd
Parents:
552c8a5
git-author:
dequis <dx@…> (29-01-15 21:18:47)
git-committer:
dequis <dx@…> (22-02-15 22:44:34)
Message:

Add coverity_scan addon to .travis.yml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r552c8a5 r91f06e5  
    11language: c
    2 script: ./configure && make check && dpkg-buildpackage -uc -us
     2
     3script:
     4 - ./configure
     5 - make check
     6 - dpkg-buildpackage -uc -us
     7
    38before_install:
    49 - sudo apt-get update -qq
     
    712 - sudo dpkg -i *.deb
    813
     14env:
     15  global:
     16   # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
     17   #   via the "travis encrypt" command using the project repo's public key
     18   - secure: "MO6hy2cRxR02A0nSenfQFyPFpepxorJ+XgNkq2JS7LtI6tcwYRR0alvunIPJXam1/OUKxoFsBJLS1nCJTvEUXFCOvoTSAoMiePTBUEg2zfzcTb5k+cqtcOUznCXHNmXAwrqriP4vkG+57ijO9Ojz2r9LijcvjtFDRFJQY9Rcs38="
     19
     20addons:
     21  coverity_scan:
     22    project:
     23      name: "bitlbee/bitlbee"
     24      description: "An IRC to other chat networks gateway"
     25    notification_email: dx@dxzone.com.ar
     26    build_command_prepend: ./configure --otr=1 --debug=1
     27    build_command: make
     28    branch_pattern: coverity_scan
     29
     30notifications:
     31  email: false
Note: See TracChangeset for help on using the changeset viewer.