Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wolf_scripts
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
Package Registry
Model registry
Operate
Environments
Terraform modules
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
mobile_robotics
wolf_projects
wolf_scripts
Commits
0a81f986
Commit
0a81f986
authored
1 year ago
by
Joan Vallvé Navarro
Browse files
Options
Downloads
Patches
Plain Diff
update CI
parent
d707f65a
No related branches found
No related tags found
1 merge request
!2
Resolve "ubuntu 22 and CMAKE 3.16"
Pipeline
#17603
passed
1 year ago
Stage: bionic
Stage: focal
Stage: jammy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+10
-18
10 additions, 18 deletions
.gitlab-ci.yml
with
10 additions
and
18 deletions
.gitlab-ci.yml
+
10
−
18
View file @
0a81f986
stages
:
# List of stages for jobs, and their order of execution
-
install
-
test
-
bionic
-
focal
-
jammy
############ YAML ANCHORS ############
.script_gcc5_template
:
&script_gcc5_definition
-
apt-get update -y
-
apt-get install software-properties-common -y
-
add-apt-repository ppa:ubuntu-toolchain-r/test -y
-
apt-get update -y
-
apt-get install gcc-snapshot -y
-
apt-get install gcc-5 g++-5 -y
.script_install_template
:
&script_install_definition
-
apt-get update -y && apt-get install -y expect
-
./install_wolf.sh -a -f y -c y -d . -w .
...
...
@@ -33,7 +26,7 @@ stages: # List of stages for jobs, and their order of execution
############ JOBS ############
installation-test-bionic
:
stage
:
install
stage
:
bionic
cache
:
[]
image
:
ubuntu:18.04
script
:
...
...
@@ -41,18 +34,17 @@ installation-test-bionic:
-
*script_test_definition
installation-test-focal
:
stage
:
inst
al
l
stage
:
foc
al
cache
:
[]
image
:
ubuntu:20.04
script
:
-
*script_install_definition
-
*script_test_definition
l
in
t
-test-j
ob
:
stage
:
test
in
stallation
-test-j
ammy
:
stage
:
jammy
cache
:
[]
image
:
ubuntu:2
0
.04
image
:
ubuntu:2
2
.04
script
:
-
echo "Linting code... This will take about 10 seconds."
-
sleep
10
-
echo "No lint issues found."
\ No newline at end of file
-
*script_install_definition
-
*script_test_definition
\ No newline at end of file
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