Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pwmt
girara
Commits
6987da10
Commit
6987da10
authored
May 08, 2022
by
Sebastian Ramacher
Browse files
CI: test bookworm and jammy
parent
01bc1d07
Pipeline
#470
passed with stages
in 3 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6987da10
...
...
@@ -62,6 +62,36 @@ test:debian-bullseye:
except
:
-
tags
# Debian 12 (bookworm)
build:debian-bookworm:
tags
:
-
pwmt
stage
:
build
image
:
registry.pwmt.org/pwmt/gitlab-runner-images/debian:bookworm
script
:
-
mkdir -p build && cd build
-
meson ..
-
ninja
artifacts
:
expire_in
:
1 day
paths
:
-
build
except
:
-
tags
test:debian-bookworm:
tags
:
-
pwmt
stage
:
test
image
:
registry.pwmt.org/pwmt/gitlab-runner-images/debian:bookworm
script
:
-
cd build
-
ninja test
dependencies
:
-
build:debian-bookworm
except
:
-
tags
# Ubuntu 20.04 LTS (focal)
build:ubuntu-focal:
tags
:
...
...
@@ -92,3 +122,33 @@ test:ubuntu-focal:
except
:
-
tags
# Ubuntu 22.04 LTS (jammy)
build:ubuntu-jammy:
tags
:
-
pwmt
stage
:
build
image
:
registry.pwmt.org/pwmt/gitlab-runner-images/ubuntu:jammy
script
:
-
mkdir -p build && cd build
-
meson ..
-
ninja
artifacts
:
expire_in
:
1 day
paths
:
-
build
except
:
-
tags
test:ubuntu-jammy:
tags
:
-
pwmt
stage
:
test
image
:
registry.pwmt.org/pwmt/gitlab-runner-images/ubuntu:jammy
script
:
-
cd build
-
ninja test
dependencies
:
-
build:ubuntu-jammy
except
:
-
tags
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment