Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sot-dyninv
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
Guilhem Saurel
sot-dyninv
Commits
117917e9
Unverified
Commit
117917e9
authored
6 years ago
by
Guilhem Saurel
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #10 from nim65s/devel
[CI] Update .gitlab-ci.yml for v3
parents
4f02262e
340d2183
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#1138
passed
6 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+11
-13
11 additions, 13 deletions
.gitlab-ci.yml
cmake
+1
-1
1 addition, 1 deletion
cmake
with
12 additions
and
14 deletions
.gitlab-ci.yml
+
11
−
13
View file @
117917e9
...
...
@@ -8,36 +8,34 @@ cache:
paths
:
-
ccache
.robotpkg-sot-dyninv
:
&robotpkg-sot-dyninv
.robotpkg-sot-dyninv
-v3
:
&robotpkg-sot-dyninv
-v3
except
:
-
gh-pages
script
:
-
mkdir -p ccache
-
cd /root/robotpkg/wip/sot-dyninv
-
cd /root/robotpkg/wip/sot-dyninv
-v3
-
git pull
-
make checkout MASTER_REPOSITORY="dir ${CI_PROJECT_DIR}"
-
make install
-
cd work.$(hostname)/$(make show-var VARNAME=DISTNAME)
-
make test
robotpkg-sot-dyninv-14.04-release
:
<<
:
*robotpkg-sot-dyninv
image
:
eur0c.laas.fr:5000/stack-of-tasks/sot-dyninv/sot-dyninv:14.04
robotpkg-sot-dyninv-
v3-
14.04-release
:
<<
:
*robotpkg-sot-dyninv
-v3
image
:
eur0c.laas.fr:5000/stack-of-tasks/sot-dyninv/sot-dyninv
-v3
:14.04
robotpkg-sot-dyninv-16.04-release
:
<<
:
*robotpkg-sot-dyninv
image
:
eur0c.laas.fr:5000/stack-of-tasks/sot-dyninv/sot-dyninv:16.04
robotpkg-sot-dyninv-
v3-
16.04-release
:
<<
:
*robotpkg-sot-dyninv
-v3
image
:
eur0c.laas.fr:5000/stack-of-tasks/sot-dyninv/sot-dyninv
-v3
:16.04
doc-coverage
:
<<
:
*robotpkg-sot-dyninv
image
:
eur0c.laas.fr:5000/stack-of-tasks/sot-dyninv/sot-dyninv:16.04
<<
:
*robotpkg-sot-dyninv
-v3
image
:
eur0c.laas.fr:5000/stack-of-tasks/sot-dyninv/sot-dyninv
-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/sot-dyninv
-
cd /root/robotpkg/wip/sot-dyninv
-v3
-
cd work.$(hostname)/$(make show-var VARNAME=DISTNAME)
-
make doc
-
mv doc/doxygen-html ${CI_PROJECT_DIR}
-
mkdir -p ${CI_PROJECT_DIR}/coverage/
-
gcovr -r .
-
gcovr -r . --html --html-details -o ${CI_PROJECT_DIR}/coverage/index.html
...
...
This diff is collapsed.
Click to expand it.
cmake
@
8e7bedfc
Compare
07de776d
...
8e7bedfc
Subproject commit
07de776d7e5ef324f114b1756649aec1d221268b
Subproject commit
8e7bedfcbd8524c0401a58fd74edc07c3d4308d0
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