Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gnss_utils
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
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
labrobotica
algorithms
gnss_utils
Commits
d4841302
Commit
d4841302
authored
3 years ago
by
Joan Vallvé Navarro
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml file
parent
12a38744
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!23
after cmake refactor
Pipeline
#10951
canceled
3 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-6
6 additions, 6 deletions
.gitlab-ci.yml
with
6 additions
and
6 deletions
.gitlab-ci.yml
+
6
−
6
View file @
d4841302
...
@@ -80,19 +80,19 @@ license_headers:
...
@@ -80,19 +80,19 @@ license_headers:
script
:
script
:
-
*license_header_definition
-
*license_header_definition
############ UBUNTU 1
6
.04 TESTS ############
############ UBUNTU 1
8
.04 TESTS ############
build_and_test_none:
xenial
:
build_and_test_none:
bionic
:
stage
:
build_and_test
stage
:
build_and_test
image
:
labrobotica/wolf_vision_deps:1
6
.04
image
:
labrobotica/wolf_vision_deps:1
8
.04
before_script
:
before_script
:
-
*preliminaries_definition
-
*preliminaries_definition
script
:
script
:
-
*build_and_test_definition
-
*build_and_test_definition
############ UBUNTU
18
.04 TESTS ############
############ UBUNTU
20
.04 TESTS ############
build_and_test_none:
bionic
:
build_and_test_none:
focal
:
stage
:
build_and_test
stage
:
build_and_test
image
:
labrobotica/wolf_vision_deps:
18
.04
image
:
labrobotica/wolf_vision_deps:
20
.04
before_script
:
before_script
:
-
*preliminaries_definition
-
*preliminaries_definition
script
:
script
:
...
...
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