-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release 1.3.1: bug fixes, new GTisec plugin
- Loading branch information
Showing
64 changed files
with
1,783 additions
and
271 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,25 +1,28 @@ | ||
# Control file for continuous integration testing at http://travis-ci.org/ | ||
|
||
language: c | ||
compiler: | ||
- clang | ||
- gcc | ||
|
||
env: | ||
global: | ||
- HTSDIR=./htslib | ||
- LD_LIBRARY_PATH=$TRAVIS_BUILD_DIR/htslib:$LD_LIBRARY_PATH | ||
|
||
matrix: | ||
include: | ||
- os: linux | ||
compiler: clang | ||
- os: linux | ||
compiler: gcc | ||
# An unoptimised C99 build, for detecting non-static inline functions | ||
- compiler: gcc | ||
- os: linux | ||
compiler: gcc | ||
env: CFLAGS="-std=gnu99 -O0" | ||
- os: osx | ||
compiler: clang | ||
|
||
env: | ||
global: | ||
- HTSDIR=./htslib | ||
|
||
before_script: | ||
# Clone samtools/htslib (or another repository, as specified by a Travis CI | ||
# repository $HTSREPO setting) and check out a corresponding branch with the | ||
# same name, if any, or otherwise the default branch. | ||
- .travis/clone ${HTSREPO:-git://github.com/samtools/htslib.git} $HTSDIR $TRAVIS_BRANCH | ||
|
||
script: make -e && make -e test | ||
script: make plugindir=$TRAVIS_BUILD_DIR/plugins -e && make -e test-plugins |
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
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
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
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
Oops, something went wrong.