-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
59f5f83
commit e9f6266
Showing
1 changed file
with
2 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,11 @@ | ||
# Travis CI configuration | ||
<<<<<<< HEAD | ||
# For coverity_scan branch only | ||
======= | ||
# 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 | ||
>>>>>>> develop | ||
|
||
language: c | ||
compiler: gcc | ||
os: linux | ||
|
||
sudo: false | ||
|
||
install: echo 'Install step' | ||
script: echo 'Script step' | ||
|
||
<<<<<<< HEAD | ||
after_deploy: cat /home/travis/build/mcveanlab/mccortex/cov-int/scm_log.txt | ||
======= | ||
before_install: | ||
- git submodule update --init --recursive | ||
|
||
install: | ||
- ./travis/install.sh | ||
- eval "$(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib)" | ||
|
||
script: ./travis/script.sh | ||
>>>>>>> develop | ||
|
||
env: | ||
global: | ||
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created | ||
|
@@ -41,8 +18,8 @@ addons: | |
name: "mcveanlab/mccortex" | ||
description: "Build submitted via Travis CI" | ||
notification_email: [email protected] | ||
build_command_prepend: "make clean" | ||
build_command: "make all" | ||
build_command_prepend: make clean | ||
build_command: make all | ||
branch_pattern: coverity_scan | ||
|
||
notifications: | ||
|