Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
hpp-util
Commits
50b5a437
Commit
50b5a437
authored
Mar 22, 2016
by
Joseph Mirabel
Committed by
Joseph Mirabel
Mar 22, 2016
Browse files
Update README.md and travis
parent
fb60ac8f
Changes
2
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
50b5a437
language
:
cpp
sudo
:
required
dist
:
trusty
notifications
:
email
:
-
hpp-source@laas.fr
matrix
:
allow_failures
:
-
compiler
:
clang
-
jmirabel@laas.fr
branches
:
only
:
-
master
after_success
:
-
coveralls -e _travis/install -e tests
-
git config --global user.name "Travis CI"
-
git config --global user.email "thomas.moulard+travis@gmail.com"
-
git remote set-url origin https://thomas-moulard:${GH_TOKEN}@github.com/laas/hpp-util.git
-
git fetch origin gh-pages:gh-pages
-
cd _travis/build/doc && ../../../cmake/github/update-doxygen-doc.sh
-
devel
compiler
:
-
clang
-
gcc
before_install
:
-
git submodule update --init --recursive
-
sudo apt-get update -qq
-
sudo apt-get install -qq doxygen doxygen-latex libboost-all-dev
-
sudo pip install cpp-coveralls --use-mirrors
-
sudo apt-get install -qq doxygen doxygen-latex libboost-all-dev libtinyxml-dev
script
:
./.travis/build
README.md
View file @
50b5a437
hpp-util
========
[

](https://travis-ci.org/laas/hpp-util)
[

](https://coveralls.io/r/laas/hpp-util?branch=master)
[

](https://travis-ci.org/humanoid-path-planner/hpp-util)
This package gathers technical tools for the HPP project. Features include:
-
debugging
...
...
@@ -32,3 +31,4 @@ your machine.
-
CMake (>=2.6)
-
pkg-config
-
usual compilation tools (GCC/G++, make, etc.)
-
libtinyxml-dev
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment