Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pinocchio
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
Stack Of Tasks
pinocchio
Commits
eb73311a
Verified
Commit
eb73311a
authored
6 years ago
by
Guilhem Saurel
Committed by
Justin Carpentier
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[CI] work with hpp-fcl v1, which is not yet in the binary repository
parent
ed38b8c7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.ci-deps
+1
-0
1 addition, 0 deletions
.ci-deps
.gitlab-ci.yml
+3
-0
3 additions, 0 deletions
.gitlab-ci.yml
with
4 additions
and
0 deletions
.ci-deps
0 → 100644
+
1
−
0
View file @
eb73311a
path/hpp-fcl
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
3
−
0
View file @
eb73311a
...
...
@@ -19,6 +19,7 @@ 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
...
...
@@ -65,6 +66,7 @@ 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
...
...
@@ -140,6 +142,7 @@ 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}
...
...
This diff is collapsed.
Click to expand it.
Olivier Stasse
@ostasse
mentioned in commit
c058efea
·
5 years ago
mentioned in commit
c058efea
mentioned in commit c058efea1a7ddc3b89f07635f51754f2c31bf8b6
Toggle commit list
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