Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
plumed2-fann
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Kurečka
plumed2-fann
Commits
d190c105
There was an error fetching the commit references. Please try again later.
Commit
d190c105
authored
7 years ago
by
Giovanni Bussi
Browse files
Options
Downloads
Patches
Plain Diff
Upload coverage on coveralls
parent
f2ac1400
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+4
-0
4 additions, 0 deletions
.travis.yml
with
4 additions
and
0 deletions
.travis.yml
+
4
−
0
View file @
d190c105
...
...
@@ -133,6 +133,7 @@ install:
-
if test "$MAKEDOC" == yes ; then sudo apt-get install -y doxygen-latex ; fi
# install lcov
-
if test "$MAKECOVERAGE" == yes ; then ./.travis/install.lcov v1.13 ; fi
-
if test "$MAKECOVERAGE" == yes ; then pip install --user cpp-coveralls ; fi
# install numpy and cython for python interface
# only for linux and homebrew (no macports)
-
if test "$PLUMED_CXX" ; then
...
...
@@ -221,3 +222,6 @@ script:
after_success
:
-
if test "$MAKEDOC" == yes ; then ./.travis/push doc ; fi
-
if test "$MAKECOVERAGE" == yes ; then ./.travis/push coverage ; fi
-
if test "$MAKECOVERAGE" == yes ; then
coveralls -r src --gcov-options '\-lp' -E ".*/.*/.*.h" --exclude lapack --exclude blas --exclude molfile --exclude lepton ;
fi
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment