-
Notifications
You must be signed in to change notification settings - Fork 25
/
.travis.yml
35 lines (30 loc) · 1.04 KB
/
.travis.yml
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
# Travis CI configuration
# Note: there are currently issues with limiting coverity to a single compiler
# see https://github.com/travis-ci/travis-ci/issues/1975
# Instead we use a script to decide if we should do anything
dist: trusty
language: c
compiler:
- clang
- gcc
os:
- linux
- osx
install:
- ./travis/install.sh
- eval "$(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib)"
script: ./travis/script.sh
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: "T08ccfH7+agMchVPhAP/MTdVeFonkjlLvbY8nv/jQ5aZeeWP2i1Oop59MVtuaA4Vw1Ickjr1czLsHGob2OyMHwo2otEasMqacvOw38exblvjOptqN7dx2yu0qzBZdHxLd/uOad7HMfgtkVSwgpodeNR6+K+4LcCM7J6+iAWtLME="
addons:
coverity_scan:
project:
name: "mcveanlab/mccortex"
description: Build submitted via Travis CI
notification_email: [email protected]
build_command_prepend: git submodule update --init --recursive
build_command: make
branch_pattern: coverity_scan