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
Commits
12eaa241
Commit
12eaa241
authored
3 years ago
by
Joan Vallvé Navarro
Browse files
Options
Downloads
Patches
Plain Diff
CI: using variable WOLF_CORE_BRANCH
parent
fc0547f6
No related branches found
No related tags found
1 merge request
!24
After 2nd RAL submission
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-2
4 additions, 2 deletions
.gitlab-ci.yml
with
4 additions
and
2 deletions
.gitlab-ci.yml
+
4
−
2
View file @
12eaa241
...
...
@@ -26,9 +26,11 @@
-
echo "directory wolf exists"
-
cd wolf
-
git pull
-
git checkout $WOLF_CORE_BRANCH
-
else
-
git clone 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
...
...
@@ -64,7 +66,7 @@
-
make install
############ UBUNTU 16.04 TESTS ############
wolf_
build_and_test
_none
:xenial
:
build_and_test:xenial
:
image
:
labrobotica/wolf_vision_deps:16.04
cache
:
-
key
:
wolf-xenial
...
...
@@ -84,7 +86,7 @@ wolf_build_and_test_none:xenial:
-
*build_and_test_definition
############ UBUNTU 18.04 TESTS ############
wolf_
build_and_test
_none
:bionic
:
build_and_test:bionic
:
image
:
labrobotica/wolf_vision_deps:18.04
cache
:
-
key
:
wolf-bionic
...
...
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