Skip to content
Snippets Groups Projects
Commit 61040e95 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[CI] add .gitlab-ci.yml & badges

parent 5d3f7712
No related branches found
No related tags found
No related merge requests found
# Please don't edit this file, and use the version generated at
# http://rainboard.laas.fr/project/hpp-manipulation/.gitlab-ci.yml
variables:
GIT_SUBMODULE_STRATEGY: "recursive"
CCACHE_BASEDIR: "${CI_PROJECT_DIR}"
CCACHE_DIR: "${CI_PROJECT_DIR}/ccache"
cache:
paths:
- ccache
.robotpkg-hpp-manipulation: &robotpkg-hpp-manipulation
except:
- gh-pages
script:
- mkdir -p ccache
- cd /root/robotpkg/path
- git pull
- cd hpp-manipulation
- make checkout MASTER_REPOSITORY="dir ${CI_PROJECT_DIR}"
- make install
- cd work.$(hostname)/$(make show-var VARNAME=DISTNAME)
- make test
robotpkg-hpp-manipulation-14.04-release:
<<: *robotpkg-hpp-manipulation
image: eur0c.laas.fr:5000/humanoid-path-planner/hpp-manipulation/hpp-manipulation:14.04
robotpkg-hpp-manipulation-16.04-release:
<<: *robotpkg-hpp-manipulation
image: eur0c.laas.fr:5000/humanoid-path-planner/hpp-manipulation/hpp-manipulation:16.04
robotpkg-hpp-manipulation-18.04-release:
<<: *robotpkg-hpp-manipulation
image: eur0c.laas.fr:5000/humanoid-path-planner/hpp-manipulation/hpp-manipulation:18.04
doc-coverage:
<<: *robotpkg-hpp-manipulation
image: eur0c.laas.fr:5000/humanoid-path-planner/hpp-manipulation/hpp-manipulation: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-manipulation
- 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/
# hpp-manipulation # hpp-manipulation
[![Building Status](https://travis-ci.org/humanoid-path-planner/hpp-manipulation.svg?branch=master)](https://travis-ci.org/humanoid-path-planner/hpp-manipulation)
[![Pipeline status](https://gepgitlab.laas.fr/humanoid-path-planner/hpp-manipulation/badges/master/pipeline.svg)](https://gepgitlab.laas.fr/humanoid-path-planner/hpp-manipulation/commits/master)
[![Coverage report](https://gepgitlab.laas.fr/humanoid-path-planner/hpp-manipulation/badges/master/coverage.svg?job=doc-coverage)](http://projects.laas.fr/gepetto/doc/humanoid-path-planner/hpp-manipulation/master/coverage/)
This package is part of the [HPP] software and extends the functionalities of hpp-core. This package is part of the [HPP] software and extends the functionalities of hpp-core.
It implements a solver for manipulation planning problems. It implements a solver for manipulation planning problems.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment