From 5a4b71ba90871f55ec0dd9b47aba8e197063dbec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Fri, 10 Apr 2020 22:32:04 +0200 Subject: [PATCH] ci: Create and expose extension bundles Similar to how we let CI create flatpaks for application, create and expose extension bundles for easier testing. https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/114 --- .gitlab-ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3e407d2f..8e806e57 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,3 +38,15 @@ build-shell-extensions: - meson _build . - ninja -C _build test install <<: *only_default + +build-bundles: + image: registry.gitlab.gnome.org/gnome/gnome-shell/extension-ci:v1 + stage: build + script: + - ./export-zips.sh + <<: *only_default + artifacts: + name: 'Extension bundles' + expose_as: 'Get Extension bundles here' + paths: + - zip-files/