Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dynamic_graph_bridge
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
dynamic_graph_bridge
Commits
51fa6a90
Commit
51fa6a90
authored
6 years ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
[CI] update to changes in robotpkg
parent
f08c82c0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+18
-16
18 additions, 16 deletions
.gitlab-ci.yml
with
18 additions
and
16 deletions
.gitlab-ci.yml
+
18
−
16
View file @
51fa6a90
# Please don't edit this file, and use the version generated at
# http://rainboard.laas.fr/project/dynamic_graph_bridge/.gitlab-ci.yml
variables
:
GIT_SUBMODULE_STRATEGY
:
"
recursive"
GIT_DEPTH
:
"
3"
CCACHE_BASEDIR
:
"
${CI_PROJECT_DIR}"
CCACHE_DIR
:
"
${CI_PROJECT_DIR}/ccache"
...
...
@@ -8,38 +10,38 @@ cache:
paths
:
-
ccache
.robotpkg-dynamic-graph-bridge-v3
:
&robotpkg-dynamic-graph-bridge-v3
.robotpkg-
py-
dynamic-graph-bridge-v3
:
&robotpkg-
py-
dynamic-graph-bridge-v3
except
:
-
gh-pages
script
:
-
mkdir -p ccache
-
cd /root/robotpkg/wip
/dynamic-graph-bridge-v3
-
cd /root/robotpkg/wip
-
git pull
-
cd py-dynamic-graph-bridge-v3
-
make checkout MASTER_REPOSITORY="dir ${CI_PROJECT_DIR}"
-
make install
-
cd work.$(hostname)/$(make show-var VARNAME=DISTNAME)
-
make test
robotpkg-dynamic-graph-bridge-v3-14.04-release
:
<<
:
*robotpkg-dynamic-graph-bridge-v3
image
:
eur0c.laas.fr:5000/stack-of-tasks/dynamic_graph_bridge/dynamic-graph-bridge-v3:14.04
robotpkg-
py-
dynamic-graph-bridge-v3-14.04-release
:
<<
:
*robotpkg-
py-
dynamic-graph-bridge-v3
image
:
eur0c.laas.fr:5000/stack-of-tasks/dynamic_graph_bridge/
py-
dynamic-graph-bridge-v3:14.04
robotpkg-dynamic-graph-bridge-v3-16.04-release
:
<<
:
*robotpkg-dynamic-graph-bridge-v3
image
:
eur0c.laas.fr:5000/stack-of-tasks/dynamic_graph_bridge/dynamic-graph-bridge-v3:16.04
robotpkg-
py-
dynamic-graph-bridge-v3-16.04-release
:
<<
:
*robotpkg-
py-
dynamic-graph-bridge-v3
image
:
eur0c.laas.fr:5000/stack-of-tasks/dynamic_graph_bridge/
py-
dynamic-graph-bridge-v3:16.04
robotpkg-dynamic-graph-bridge-v3-18.04-release
:
<<
:
*robotpkg-dynamic-graph-bridge-v3
image
:
eur0c.laas.fr:5000/stack-of-tasks/dynamic_graph_bridge/dynamic-graph-bridge-v3:18.04
allow_failure
:
true
robotpkg-py-dynamic-graph-bridge-v3-18.04-release
:
<<
:
*robotpkg-py-dynamic-graph-bridge-v3
image
:
eur0c.laas.fr:5000/stack-of-tasks/dynamic_graph_bridge/py-dynamic-graph-bridge-v3:18.04
doc-coverage
:
<<
:
*robotpkg-dynamic-graph-bridge-v3
image
:
eur0c.laas.fr:5000/stack-of-tasks/dynamic_graph_bridge/dynamic-graph-bridge-v3:16.04
<<
:
*robotpkg-
py-
dynamic-graph-bridge-v3
image
:
eur0c.laas.fr:5000/stack-of-tasks/dynamic_graph_bridge/
py-
dynamic-graph-bridge-v3:16.04
before_script
:
-
echo -e 'CXXFLAGS+= --coverage\nLDFLAGS+= --coverage\nPKG_DEFAULT_OPTIONS= debug' >> /opt/openrobots/etc/robotpkg.conf
after_script
:
-
cd /root/robotpkg/wip/dynamic-graph-bridge-v3
-
cd /root/robotpkg/wip/
py-
dynamic-graph-bridge-v3
-
cd work.$(hostname)/$(make show-var VARNAME=DISTNAME)
-
make doc
-
mv doc/doxygen-html ${CI_PROJECT_DIR}
...
...
This diff is collapsed.
Click to expand it.
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