[gnome-shell-extensions] ci: Create and expose extension bundles
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-extensions] ci: Create and expose extension bundles
- Date: Fri, 10 Apr 2020 22:10:39 +0000 (UTC)
commit 5a4b71ba90871f55ec0dd9b47aba8e197063dbec
Author: Florian Müllner <fmuellner gnome org>
Date: Fri Apr 10 22:32:04 2020 +0200
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 3e407d2..8e806e5 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/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]