[neon/snap-packaging/kde-qt6-snap] debian: Update debian/.gitlab-ci-neon.yml file
Carlos De Maine
null at kde.org
Thu Apr 18 03:49:13 BST 2024
Git commit 0a4e205f630155079025c3478b93d0b87c641a69 by Carlos De Maine.
Committed on 18/04/2024 at 02:49.
Pushed by carlosdem into branch 'master'.
Update debian/.gitlab-ci-neon.yml file
M +7 -48 debian/.gitlab-ci-neon.yml
https://invent.kde.org/neon/snap-packaging/kde-qt6-snap/-/commit/0a4e205f630155079025c3478b93d0b87c641a69
diff --git a/debian/.gitlab-ci-neon.yml b/debian/.gitlab-ci-neon.yml
index 1037874..ea25ffb 100644
--- a/debian/.gitlab-ci-neon.yml
+++ b/debian/.gitlab-ci-neon.yml
@@ -1,49 +1,8 @@
-include:
- - project: sysadmin/ci-utilities
- file:
- - /gitlab-templates/blocks/workflow.yml
- - local: 'debian/snap-base.yml'
-
-## different build jobs
-workflow:
-
- rules:
- - if: $KDE_SNAP_BUILD_TYPE == "destructive"
-snapcraft_destructive:
- extends: .snap_base
- script:
- - echo building $KDE_SNAP_MODULE_NAME in $KDE_SNAP_BUILD_TYPE mode
- - snapcraft whoami
- - snapcraft --destructive
- interruptible: true
+# SPDX-FileCopyrightText: none
+# SPDX-License-Identifier: CC0-1.0
- rules:
- - if: $KDE_SNAP_BUILD_TYPE == "lxc"
-snapcraft_lxc:
- extends: .snap_base
- script:
- - echo $SNAPCRAFT_STORE_CREDENTIALS
- - echo building $KDE_SNAP_MODULE_NAME in $KDE_SNAP_BUILD_TYPE mode ...
- - snapcraft whoami
- - snapcraft --use-lxc
- interruptible: true
-
- rules:
- - if: '$KDE_SNAP_BUILD_TYPE == "image-dangerous"'
-ubuntu_image_dangerous:
- extends: .snap_base
- 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-signed"
-ubuntu_image_signed:
- extends: .snap_base
- script:
- - echo building $KDE_SNAP_MODULE_NAME in $KDE_SNAP_BUILD_TYPE mode ...
- - snapcraft whoami
- - make signed
- interruptible: true
\ No newline at end of file
+include:
+# - project: sysadmin/ci-utilities
+# file:
+# - /gitlab-templates/snap-snapcraft-lxc.yml
+ - local: debian/snap-snapcraft-lxc.yml
\ No newline at end of file
More information about the Neon-commits
mailing list