summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: e3429dbca3fdc832b97c4a96e5640c3e1d4d1713 (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
language: cpp
compiler:
  - gcc
before_install:
  - date -u
  - lsb_release -a
  - uname -a
script:
  - make -s
  - ./swig -version && ./swig -pcreversion
branches:
  only:
    - master
    - coverity-scan
env:
  global:
    # Encrypted COVERITY_SCAN_TOKEN
    - secure: "B7YnKmvUJbeIoSx7BSE8VUXQv9zA1mv9bLGKd6lArc7jyouY1ssrT8N3NMwGhnDcgLsV1w9oYOIuVWAyc/ZNGgsbF95faWLNDIsvAdXBvkHxrHRS1o2OBoYP9MYrBoKO7/6VrTp5KGXwtlj/oZtSlS0FfNccsYRNoxKO4+9dw3A="
addons:
  coverity_scan:
    project:
      name: "swig/swig"
      description: "SWIG - http://www.swig.org"
    notification_email: swig-cvs@lists.sourceforge.net
    build_command_prepend: ./autogen.sh && ./configure
    build_command: make source
    branch_pattern: coverity-scan