Skip to content
Snippets Groups Projects
Unverified Commit 9fa7700c authored by Justin Carpentier's avatar Justin Carpentier Committed by GitHub
Browse files

Merge pull request #739 from nim65s/devel

Revert "[CI] work with hpp-fcl v1, which is not yet in the binary repository"
parents a79dd000 c058efea
No related branches found
No related tags found
No related merge requests found
Pipeline #3700 passed with warnings
path/hpp-fcl
......@@ -19,7 +19,6 @@ cache:
- git pull
- cd pinocchio
- make checkout MASTER_REPOSITORY="git ${CI_PROJECT_DIR}/.git"
- /ci_deps.sh
- make install
- cd $(make show-var VARNAME=WRKSRC)
- make test
......@@ -66,7 +65,6 @@ robotpkg-pinocchio-18.04-debug:
- cd ..
- cd py-pinocchio
- make checkout MASTER_REPOSITORY="git ${CI_PROJECT_DIR}/.git"
- /ci_deps.sh
- make install
- cd $(make show-var VARNAME=WRKSRC)
- make test
......@@ -144,7 +142,6 @@ doc-coverage:
- echo -e 'CXXFLAGS+= --coverage\nLDFLAGS+= --coverage\nPKG_DEFAULT_OPTIONS= debug' >> /opt/openrobots/etc/robotpkg.conf
after_script:
- cd /root/robotpkg/math/py-pinocchio
- /ci_deps.sh
- cd $(make show-var VARNAME=WRKSRC)
- make doc
- mv doc/doxygen-html ${CI_PROJECT_DIR}
......
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