Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Game Library
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Onuralp SEZER
Game Library
Commits
b58d11a8
Commit
b58d11a8
authored
2 years ago
by
Joseph Walton-Rivers
Browse files
Options
Downloads
Patches
Plain Diff
attempt to build flatpak on develop
parent
7cd1d7a9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+28
-0
28 additions, 0 deletions
.gitlab-ci.yml
with
28 additions
and
0 deletions
.gitlab-ci.yml
+
28
−
0
View file @
b58d11a8
...
...
@@ -46,6 +46,34 @@ build:ubuntu:
-
cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug
-
cmake --build build
# Based on Bruce Cowan's wordsearch package:
flatpak
:
image
:
alpine:latest
stage
:
deploy
only
:
-
develop
variables
:
MANIFEST_PATH
:
"
build-aux/com.fossgalaxy.fggl.demo.yml"
RUNTIME_REPO
:
"
https://flathub.org/repo/flathub.flatpakrepo"
FLATPAK_MODULE
:
"
fggl"
BUNDLE
:
"
fggl-demo.flatpak"
APP_ID
:
"
com.fossgalaxy.fggl.demo"
script
:
-
apk update && apk add flatpak-builder
-
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
-
flatpak install -y flathub org.freedesktop.Platform
21.08
-
flatpak install -y flathub org.freedesktop.Sdk
21.08
-
flatpak-builder ${MANIFEST_PATH}
-
flatpak build-bundle repo ${BUNDLE} --runtime-repo=${RUNTIME_REPO} ${APP_ID}
artifacts
:
paths
:
-
${BUNDLE}
-
_build/meson-logs/meson-log.txt
cache
:
paths
:
-
.flatpak-builder/cache
-
.flatpak-builder/downloads
# Deploy doxygen pages
pages
:
extends
:
.f34-ogl
...
...
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