Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpp-statistics
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Humanoid Path Planner
hpp-statistics
Commits
24596af2
Commit
24596af2
authored
6 years ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
[CI] add .gitlab-ci.yml & badges
parent
0826060b
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+53
-0
53 additions, 0 deletions
.gitlab-ci.yml
README.md
+3
-1
3 additions, 1 deletion
README.md
cmake
+1
-1
1 addition, 1 deletion
cmake
with
57 additions
and
2 deletions
.gitlab-ci.yml
0 → 100644
+
53
−
0
View file @
24596af2
variables
:
GIT_SUBMODULE_STRATEGY
:
"
recursive"
GIT_DEPTH
:
"
3"
CCACHE_BASEDIR
:
"
${CI_PROJECT_DIR}"
CCACHE_DIR
:
"
${CI_PROJECT_DIR}/ccache"
cache
:
paths
:
-
ccache
.robotpkg-hpp-statistics
:
&robotpkg-hpp-statistics
except
:
-
gh-pages
script
:
-
mkdir -p ccache
-
cd /root/robotpkg/path/hpp-statistics
-
git pull
-
make checkout MASTER_REPOSITORY="dir ${CI_PROJECT_DIR}"
-
make install
-
cd work.$(hostname)/$(make show-var VARNAME=DISTNAME)
-
make test
robotpkg-hpp-statistics-14.04-release
:
<<
:
*robotpkg-hpp-statistics
image
:
eur0c.laas.fr:5000/humanoid-path-planner/hpp-statistics/hpp-statistics:14.04
robotpkg-hpp-statistics-16.04-release
:
<<
:
*robotpkg-hpp-statistics
image
:
eur0c.laas.fr:5000/humanoid-path-planner/hpp-statistics/hpp-statistics:16.04
robotpkg-hpp-statistics-18.04-release
:
<<
:
*robotpkg-hpp-statistics
image
:
eur0c.laas.fr:5000/humanoid-path-planner/hpp-statistics/hpp-statistics:18.04
doc-coverage
:
<<
:
*robotpkg-hpp-statistics
image
:
eur0c.laas.fr:5000/humanoid-path-planner/hpp-statistics/hpp-statistics:16.04
before_script
:
-
echo -e 'CXXFLAGS+= --coverage\nLDFLAGS+= --coverage\nPKG_DEFAULT_OPTIONS= debug' >> /opt/openrobots/etc/robotpkg.conf
after_script
:
-
cd /root/robotpkg/path/hpp-statistics
-
cd work.$(hostname)/$(make show-var VARNAME=DISTNAME)
-
make doc
-
mv doc/doxygen-html ${CI_PROJECT_DIR}
-
mkdir -p ${CI_PROJECT_DIR}/coverage/
-
gcovr -r .
-
gcovr -r . --html --html-details -o ${CI_PROJECT_DIR}/coverage/index.html
artifacts
:
expire_in
:
1 day
paths
:
-
doxygen-html/
-
coverage/
This diff is collapsed.
Click to expand it.
README.md
+
3
−
1
View file @
24596af2
# hpp-statistics
# hpp-statistics
[

](https://travis-ci.org/humanoid-path-planner/hpp-statistics)
[

](https://travis-ci.org/humanoid-path-planner/hpp-statistics)
[

](https://gepgitlab.laas.fr/humanoid-path-planner/hpp-statistics/commits/master)
[

](http://projects.laas.fr/gepetto/doc/humanoid-path-planner/hpp-statistics/master/coverage/)
This package is part of the [HPP] software and provides a few tools for basic statistics.
This package is part of the [HPP] software and provides a few tools for basic statistics.
...
...
This diff is collapsed.
Click to expand it.
cmake
@
7cdd2146
Compare
d22de8c5
...
7cdd2146
Subproject commit
d22de8c53c3507df785b1fb3ab260d9fdfb65233
Subproject commit
7cdd2146508a3431adb8e5a0d4233704080299cd
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