[neon/snap-packaging/qt6-snap-runtime] debian: Update debian/.gitlab-ci-neon.yml file
Carlos De Maine
null at kde.org
Tue Apr 16 13:01:35 BST 2024
Git commit fffa46abdc73db5748714d3e2d3fc008b02c81e2 by Carlos De Maine.
Committed on 16/04/2024 at 12:01.
Pushed by carlosdem into branch 'master'.
Update debian/.gitlab-ci-neon.yml file
M +18 -18 debian/.gitlab-ci-neon.yml
https://invent.kde.org/neon/snap-packaging/qt6-snap-runtime/-/commit/fffa46abdc73db5748714d3e2d3fc008b02c81e2
diff --git a/debian/.gitlab-ci-neon.yml b/debian/.gitlab-ci-neon.yml
index 3c14a04..5e17742 100644
--- a/debian/.gitlab-ci-neon.yml
+++ b/debian/.gitlab-ci-neon.yml
@@ -33,54 +33,54 @@ snapcraft_destructive:
extends: snapcraft
inherit:
default: true
+ rules:
+ - if: $KDE_SNAP_BUILD_TYPE == "destructive"
+ interruptible: false # Override interruptible defined at the job level.
+ - when: on_success
script:
- echo building $KDE_SNAP_MODULE_NAME in $KDE_SNAP_BUILD_TYPE mode
- snapcraft whoami
- snapcraft --destructive
interruptible: true
- rules:
- - if: $KDE_SNAP_BUILD_TYPE == "destructive"
- interruptible: false # Override interruptible defined at the job level.
- - when: on_success
snapcraft_lxc:
extends: snapcraft
inherit:
default: true
+ rules:
+ - if: $KDE_SNAP_BUILD_TYPE == "lxc"
+ interruptible: false # Override interruptible defined at the job level.
+ - when: on_success
script:
- echo building $KDE_SNAP_MODULE_NAME in $KDE_SNAP_BUILD_TYPE mode ...
- snapcraft whoami
- snapcraft --lxc
interruptible: true
- rules:
- - if: $KDE_SNAP_BUILD_TYPE == "lxc"
- interruptible: false # Override interruptible defined at the job level.
- - when: on_success
ubuntu_image_dangerous:
extends: snapcraft
inherit:
default: true
+ rules:
+ - if: '$KDE_SNAP_BUILD_TYPE == "image-dangerous"'
+ interruptible: false # Override interruptible defined at the job level.
+ - when: on_success
script:
- echo building $KDE_SNAP_MODULE_NAME in $KDE_SNAP_BUILD_TYPE mode ...
- snapcraft whoami
- make dangerous
interruptible: true
- rules:
- - if: '$KDE_SNAP_BUILD_TYPE == "image-dangerous"'
- interruptible: false # Override interruptible defined at the job level.
- - when: on_success
-
+
ubuntu_image_signed:
extends: snapcraft
inherit:
default: true
+ rules:
+ - if: $KDE_SNAP_BUILD_TYPE == "image-signed"
+ interruptible: false # Override interruptible defined at the job level.
+ - when: on_success
script:
- echo building $KDE_SNAP_MODULE_NAME in $KDE_SNAP_BUILD_TYPE mode ...
- snapcraft whoami
- make signed
- interruptible: true
- rules:
- - if: $KDE_SNAP_BUILD_TYPE == "image-signed"
- interruptible: false # Override interruptible defined at the job level.
- - when: on_success
\ No newline at end of file
+ interruptible: true
\ No newline at end of file
More information about the Neon-commits
mailing list