Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wolf_ros_node
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_ros
wolf_ros_node
Commits
e9a1031f
Commit
e9a1031f
authored
3 years ago
by
Joan Vallvé Navarro
Browse files
Options
Downloads
Patches
Plain Diff
ci: image with ros trying to compile
parent
8d321e20
No related branches found
No related tags found
2 merge requests
!11
new release
,
!10
new release
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+36
-5
36 additions, 5 deletions
.gitlab-ci.yml
with
36 additions
and
5 deletions
.gitlab-ci.yml
+
36
−
5
View file @
e9a1031f
...
...
@@ -82,12 +82,18 @@ stages:
-
make install
.build_and_test_template
:
&build_and_test_definition
-
echo "todo"
-
roscd
-
cd ../src
-
git clone ssh://git@gitlab.iri.upc.edu:2202/${CI_PROJECT_PATH}.git
-
cd wolf_ros_node
-
git checkout $CI_COMMIT_BRANCH
-
cd ../..
-
catkin_make
############ LICENSE HEADERS ############
license_headers
:
stage
:
license
image
:
labrobotica/wolf_deps:16.04
image
:
labrobotica/wolf_deps
_ros
:16.04
cache
:
-
key
:
wolf-xenial
paths
:
...
...
@@ -103,11 +109,14 @@ license_headers:
############ UBUNTU 16.04 TEST ############
build_and_test:xenial
:
stage
:
build_and_test
image
:
labrobotica/wolf_deps:16.04
image
:
labrobotica/wolf_deps
_ros
:16.04
cache
:
-
key
:
wolf-xenial
paths
:
-
ci_deps/wolf/
-
key
:
catkinws-src-xenial
paths
:
-
catkin_ws/src
except
:
-
master
before_script
:
...
...
@@ -119,11 +128,33 @@ build_and_test:xenial:
############ UBUNTU 18.04 TEST ############
build_and_test:bionic
:
stage
:
build_and_test
image
:
labrobotica/wolf_deps:18.04
image
:
labrobotica/wolf_deps
_ros
:18.04
cache
:
-
key
:
wolf-bionic
paths
:
-
ci_deps/wolf/
-
key
:
catkinws-src-bionic
paths
:
-
catkin_ws/src
except
:
-
master
before_script
:
-
*preliminaries_definition
-
*install_wolf_definition
script
:
-
*build_and_test_definition
############ UBUNTU 20.04 TEST ############
build_and_test:focal
:
stage
:
build_and_test
image
:
labrobotica/wolf_deps_ros:20.04
cache
:
-
key
:
wolf-focal
paths
:
-
ci_deps/wolf/
-
key
:
catkinws-src-focal
paths
:
-
catkin_ws/src
except
:
-
master
before_script
:
...
...
@@ -168,4 +199,4 @@ deploy_apriltag:
WOLF_APRILTAG_BRANCH
:
$WOLF_APRILTAG_BRANCH
WOLF_ROS_CORE_BRANCH
:
$CI_COMMIT_BRANCH
trigger
:
project
:
mobile_robotics/wolf_projects/wolf_ros/wolf_ros_apriltag
\ No newline at end of file
project
:
mobile_robotics/wolf_projects/wolf_ros/wolf_ros_apriltag
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