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:02:24 +0000
committercharadon <charadon@iotib.net>2022-05-31 04:02:24 +0000
commit0f7bc52ac3431ffc58e222705511ab8529e801dc (patch)
tree70dace718d4835a41d010decdb546de62c3e0a44 /.gitlab-ci.yml
parentc03f2f5e602df432d663b351d4877defd244c29d (diff)
downloadPong-C-0f7bc52ac3431ffc58e222705511ab8529e801dc.tar.gz
Update .gitlab-ci.yml file
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b91c84f..9926b06 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,6 +20,8 @@ stages:          # List of stages for jobs, and their order of execution
 build-job:       # This job runs in the build stage, which runs first.
   stage: build
   script:
+    - apk add flatpak
+    - apk add flatpak-builder
     - flatpak-builder --user --force-clean --repo=/tmp/flatpak-export flatpak net.iotib.Pong.yml
     - flatpak build-bundle /tmp/flatpak-export net.iotib.Pong.flatpak net.iotib.Pong 0.1