[neon/snap-packaging/qt6-snap-runtime] debian: inherit:
Carlos De Maine
null at kde.org
Tue Apr 16 12:37:14 BST 2024
Git commit 27b14197a425a7b5248f344d4d0b940c0ef9d0ec by Carlos De Maine.
Committed on 16/04/2024 at 11:37.
Pushed by carlosdem into branch 'master'.
inherit:
default: true
M +8 -0 debian/.gitlab-ci-neon.yml
https://invent.kde.org/neon/snap-packaging/qt6-snap-runtime/-/commit/27b14197a425a7b5248f344d4d0b940c0ef9d0ec
diff --git a/debian/.gitlab-ci-neon.yml b/debian/.gitlab-ci-neon.yml
index 645ee2a..1242fd1 100644
--- a/debian/.gitlab-ci-neon.yml
+++ b/debian/.gitlab-ci-neon.yml
@@ -30,6 +30,8 @@ snapcraft:
snapcraft_destructive:
extends: snapcraft
+ inherit:
+ default: true
script:
- echo building $KDE_SNAP_MODULE_NAME in $KDE_SNAP_BUILD_TYPE mode
- snapcraft whoami
@@ -42,6 +44,8 @@ snapcraft_destructive:
snapcraft_lxc:
extends: snapcraft
+ inherit:
+ default: true
script:
- echo building $KDE_SNAP_MODULE_NAME in $KDE_SNAP_BUILD_TYPE mode ...
- snapcraft whoami
@@ -54,6 +58,8 @@ snapcraft_lxc:
ubuntu_image_dangerous:
extends: snapcraft
+ inherit:
+ default: true
script:
- echo building $KDE_SNAP_MODULE_NAME in $KDE_SNAP_BUILD_TYPE mode ...
- snapcraft whoami
@@ -66,6 +72,8 @@ ubuntu_image_dangerous:
ubuntu_image_signed:
extends: snapcraft
+ inherit:
+ default: true
script:
- echo building $KDE_SNAP_MODULE_NAME in $KDE_SNAP_BUILD_TYPE mode ...
- snapcraft whoami
More information about the Neon-commits
mailing list