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
GNOME
Console
Commits
f0971624
Commit
f0971624
authored
Dec 19, 2021
by
Leonard Schwennesen
Committed by
Zander Brown
May 14, 2022
Browse files
ci: Add flatpak build test
parent
dcc0fda2
Pipeline
#397802
passed with stage
in 5 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f0971624
include
:
'
https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml'
debian
:
image
:
debian:testing
stage
:
build
...
...
@@ -24,3 +26,15 @@ fedora:
-
meson --buildtype=release -Dtests=true _build .
-
meson compile -C _build
-
meson test -C _build
flatpak
:
image
:
'
registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master'
stage
:
build
variables
:
MANIFEST_PATH
:
"
build-aux/flatpak/org.gnome.Console.Devel.json"
FLATPAK_MODULE
:
"
gnome-console"
RUNTIME_REPO
:
"
https://nightly.gnome.org/gnome-nightly.flatpakrepo"
GIT_SUBMODULE_STRATEGY
:
recursive
APP_ID
:
"
org.gnome.Console.Devel"
BUNDLE
:
"
org.gnome.Console.Devel.flatpak"
extends
:
.flatpak
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