Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rugby
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
Container 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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Joseph Walton-Rivers
rugby
Commits
c64bc261
Commit
c64bc261
authored
1 year ago
by
Joseph Walton-Rivers
Browse files
Options
Downloads
Patches
Plain Diff
Revert "Remove CI"
This reverts commit
2c102f97
.
parent
73458cbe
No related branches found
No related tags found
No related merge requests found
Pipeline
#3964
failed
1 year ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+30
-0
30 additions, 0 deletions
.gitlab-ci.yml
with
30 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
30
−
0
View file @
c64bc261
# SPDX-FileCopyrightText: 2018-2023 Bruce Cowan <bruce@bcowan.me.uk>
#
# SPDX-License-Identifier: GPL-3.0-or-later
flatpak
:
image
:
alpine:latest
stage
:
build
variables
:
MANIFEST_PATH
:
"
uk.me.bcowan.Rugby.yml"
RUNTIME_REPO
:
"
https://flathub.org/repo/flathub.flatpakrepo"
FLATPAK_MODULE
:
"
rugby"
BUNDLE
:
"
rugby.flatpak"
APP_ID
:
"
uk.me.bcowan.Rugby"
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.gnome.Platform
44
-
flatpak install -y flathub org.gnome.Sdk
44
-
flatpak-builder --stop-at=${FLATPAK_MODULE} app ${MANIFEST_PATH}
-
flatpak build app meson --prefix=/app ${MESON_ARGS} _build
-
flatpak build app ninja -C _build install
-
flatpak-builder --finish-only --repo=repo app ${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
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