Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
ed9d97d8
Commit
ed9d97d8
authored
Oct 07, 2014
by
Mathieu Giraud
Browse files
.travis.yml: coveralls.io upload, initial configuration
parent
f6ceff89
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
ed9d97d8
language
:
cpp
compiler
:
gcc
before_install
:
-
sudo pip install cpp-coveralls
before_script
:
make data ; make germline
script
:
make && make test
after_success
:
-
make COVERAGE=1 unit should ; ln -s algo/core . ; coveralls --exclude algo/tests --exclude algo/tools --gcov-options '\-lp'
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment