Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bodydynamics
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
mobile_robotics
wolf_projects
wolf_lib
plugins
bodydynamics
Commits
5ed7351a
Commit
5ed7351a
authored
3 years ago
by
Joan Vallvé Navarro
Browse files
Options
Downloads
Patches
Plain Diff
CI: image with 20.04 and solved small bug
parent
d22f42c6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!18
Release after RAL
,
!17
After 2nd RAL submission
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+23
-1
23 additions, 1 deletion
.gitlab-ci.yml
with
23 additions
and
1 deletion
.gitlab-ci.yml
+
23
−
1
View file @
5ed7351a
...
@@ -66,6 +66,7 @@ stages:
...
@@ -66,6 +66,7 @@ stages:
-
if [ -d wolf ]; then
-
if [ -d wolf ]; then
-
echo "directory wolf exists"
-
echo "directory wolf exists"
-
cd wolf
-
cd wolf
-
git checkout devel
-
git pull
-
git pull
-
git checkout $WOLF_CORE_BRANCH
-
git checkout $WOLF_CORE_BRANCH
-
else
-
else
...
@@ -162,4 +163,25 @@ build_and_test:bionic:
...
@@ -162,4 +163,25 @@ build_and_test:bionic:
-
*install_wolfimu_definition
-
*install_wolfimu_definition
-
ldconfig
# update links (shared libraries)
-
ldconfig
# update links (shared libraries)
script
:
script
:
-
*build_and_test_definition
-
*build_and_test_definition
\ No newline at end of file
############ UBUNTU 20.04 TESTS ############
build_and_test:focal
:
image
:
labrobotica/wolf_deps:20.04
stage
:
build_and_test
cache
:
-
key
:
wolf-focal
paths
:
-
ci_deps/wolf/
-
key
:
imu-focal
paths
:
-
ci_deps/imu/
except
:
-
master
before_script
:
-
*preliminaries_definition
-
*install_wolf_definition
-
*install_wolfimu_definition
-
ldconfig
# update links (shared libraries)
script
:
-
*build_and_test_definition
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