Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vision
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
vision
Merge requests
!27
new tag
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
new tag
devel
into
master
Overview
0
Commits
3
Pipelines
0
Changes
1
Merged
Joan Vallvé Navarro
requested to merge
devel
into
master
3 years ago
Overview
0
Commits
3
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
4a00c633
3 commits,
3 years ago
1 file
+
4
−
25
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
4
−
25
Options
@@ -69,10 +69,10 @@ stages:
-
git checkout devel
-
git pull
-
git checkout $WOLF_CORE_BRANCH
-
git pull
-
else
-
git clone ssh://git@gitlab.iri.upc.edu:2202/mobile_robotics/wolf_projects/wolf_lib/wolf.git
-
git clone
-b $WOLF_CORE_BRANCH
ssh://git@gitlab.iri.upc.edu:2202/mobile_robotics/wolf_projects/wolf_lib/wolf.git
-
cd wolf
-
git checkout $WOLF_CORE_BRANCH
-
fi
-
mkdir -pv build
-
cd build
@@ -109,9 +109,9 @@ stages:
############ LICENSE HEADERS ############
license_headers
:
stage
:
license
image
:
labrobotica/wolf_vision_deps:
16
.04
image
:
labrobotica/wolf_vision_deps:
20
.04
cache
:
-
key
:
wolf-
xeni
al
-
key
:
wolf-
foc
al
paths
:
-
ci_deps/wolf/
except
:
@@ -122,27 +122,6 @@ license_headers:
script
:
-
*license_header_definition
############ UBUNTU 16.04 TESTS ############
build_and_test:xenial
:
image
:
labrobotica/wolf_vision_deps:16.04
stage
:
build_and_test
cache
:
-
key
:
wolf-xenial
paths
:
-
ci_deps/wolf/
-
key
:
visionutils-xenial
paths
:
-
ci_deps/vision_utils/
except
:
-
master
before_script
:
-
*preliminaries_definition
-
*install_wolf_definition
-
*install_visionutils_definition
-
ldconfig
# update links (shared libraries)
script
:
-
*build_and_test_definition
############ UBUNTU 18.04 TESTS ############
build_and_test:bionic
:
image
:
labrobotica/wolf_vision_deps:18.04
Loading