Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
talos-data
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
talos-data
Commits
683c1b30
Commit
683c1b30
authored
6 years ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
[CI] use generated .gitlab-ci.yml
parent
d78cbc42
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#2020
passed
6 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+39
-28
39 additions, 28 deletions
.gitlab-ci.yml
with
39 additions
and
28 deletions
.gitlab-ci.yml
+
39
−
28
View file @
683c1b30
# Please don't edit this file, and use the version generated at
# http://rainboard.laas.fr/project/talos_data/.gitlab-ci.yml
variables
:
GIT_SSL_NO_VERIFY
:
"
true"
GIT_SUBMODULE_STRATEGY
:
"
recursive"
GIT_DEPTH
:
"
3"
NAMESPACE
:
pyrene-dev
PROJECT
:
talos_data
IMAGE
:
"
${CI_REGISTRY}/${NAMESPACE}/${PROJECT}"
CCACHE_BASEDIR
:
"
${CI_PROJECT_DIR}"
CCACHE_DIR
:
"
${CI_PROJECT_DIR}/ccache"
cache
:
paths
:
-
build/ccache
-
ccache
.robotpkg-talos-data
:
&robotpkg-talos-data
variables
:
ROBOTPKG
:
talos-data
CATEGORY
:
wip
before_script
:
-
mkdir -p build/ccache
-
cd build
-
export CCACHE_BASEDIR=${PWD}
-
export CCACHE_DIR=${PWD}/ccache
except
:
-
gh-pages
script
:
-
cd /root/robotpkg/${CATEGORY}/${ROBOTPKG}
-
echo "MASTER_REPOSITORY = git ${CI_PROJECT_DIR}" >> Makefile
-
echo "REPOSITORY.talos-data = git ${CI_PROJECT_DIR}" >> /opt/openrobots/etc/robotpkg.conf
-
make checkout
-
mkdir -p ccache
-
cd /root/robotpkg/wip
-
git pull
-
cd talos-data
-
make checkout MASTER_REPOSITORY="git ${CI_PROJECT_DIR}/.git"
-
make install
-
cd
work.*/${PROJECT}*/
-
cd
$(make show-var VARNAME=WRKSRC)
-
make test
except
:
-
gh-pages
robotpkg-talos-data-14.04-release
:
<<
:
*robotpkg-talos-data
image
:
gepgitlab.laas.fr:4567/pyrene-dev/talos_data/talos-data:14.04
robotpkg-talos-data-1
4
.04
:
robotpkg-talos-data-1
6
.04
-release
:
<<
:
*robotpkg-talos-data
image
:
${IMAGE}
:1
4
.04
image
:
gepgitlab.laas.fr:4567/pyrene-dev/talos_data/talos-data
:1
6
.04
robotpkg-talos-data-1
6
.04
:
robotpkg-talos-data-1
8
.04
-release
:
<<
:
*robotpkg-talos-data
image
:
${IMAGE}
:1
6
.04
image
:
gepgitlab.laas.fr:4567/pyrene-dev/talos_data/talos-data
:1
8
.04
robotpkg-talos-data-dubnium
:
doc-coverage
:
<<
:
*robotpkg-talos-data
image
:
${IMAGE}:dubnium
image
:
gepgitlab.laas.fr:4567/pyrene-dev/talos_data/talos-data: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/talos-data
-
cd $(make show-var VARNAME=WRKSRC)
-
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
artifacts
:
expire_in
:
1 day
paths
:
-
doxygen-html/
-
coverage/
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