about summary refs log tree commit diff stats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorcharadon <charadon@iotib.net>2022-05-31 04:04:12 +0000
committercharadon <charadon@iotib.net>2022-05-31 04:04:12 +0000
commit152bc8f22fdd07b67a36b97a3f2d6cba167500c8 (patch)
tree2aef10d09a7c979e9592dcb8ab7341be8b4977e9 /.gitlab-ci.yml
parent8095c828ad965359358b2730cdb901699f799a55 (diff)
downloadPong-C-152bc8f22fdd07b67a36b97a3f2d6cba167500c8.tar.gz
Update .gitlab-ci.yml file
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c540eaa..df1dc9b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,6 +22,7 @@ build-job:       # This job runs in the build stage, which runs first.
   script:
     - apk add flatpak
     - apk add flatpak-builder
+    - flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
     - flatpak install org.freedesktop.Sdk/x86_64/21.08
     - flatpak install org.freedesktop.Platform/x86_64/21.08
     - flatpak-builder --user --force-clean --repo=/tmp/flatpak-export flatpak net.iotib.Pong.yml