diff options
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 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 |