humanoid-path-planner / hpp-doc

Documentation for project Humanoid Path Planner
https://humanoid-path-planner.github.io/hpp-doc
ISC License
29 stars 23 forks source link

Travis support #12

Closed jmirabel closed 6 years ago

jmirabel commented 8 years ago

I have written a module to ease continuous integration of HPP on travis-ci.org: https://github.com/jmirabel/travis-submodule It eases writing Travis configuration files to check the project on both linux and OSX.

As an example, you can have a look at https://github.com/jmirabel/hpp-model and https://travis-ci.org/jmirabel/hpp-model

Do you think it suited for the whole project ?

olivier-stasse commented 8 years ago

Did you have a look to jrl-travis ?

jmirabel commented 8 years ago

I did have a quick look at jrl-travis. The reason I chose to write my own submodule are: