diff options
author | charadon <charadon@iotib.net> | 2022-05-31 04:03:19 +0000 |
---|---|---|
committer | charadon <charadon@iotib.net> | 2022-05-31 04:03:19 +0000 |
commit | 8095c828ad965359358b2730cdb901699f799a55 (patch) | |
tree | 38ae52d116a5af1ade07a113d090ae51a2ff06d8 /.gitlab-ci.yml | |
parent | 0f7bc52ac3431ffc58e222705511ab8529e801dc (diff) | |
download | Pong-C-8095c828ad965359358b2730cdb901699f799a55.tar.gz |
Update .gitlab-ci.yml file
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9926b06..c540eaa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,6 +22,8 @@ build-job: # This job runs in the build stage, which runs first. script: - apk add flatpak - apk add flatpak-builder + - 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 - flatpak build-bundle /tmp/flatpak-export net.iotib.Pong.flatpak net.iotib.Pong 0.1 |