From 91daee53f7a8d32daf329d8778cfcfdb872534a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20Kl=C3=B6cker?= Date: Fri, 15 Dec 2023 15:53:01 +0000 Subject: [PATCH] Add CI template for building APPX packages on invent And convert the other includes to the include:project format. --- .craft.ini | 5 +++++ .gitlab-ci.yml | 1 + 2 files changed, 6 insertions(+) create mode 100644 .craft.ini diff --git a/.craft.ini b/.craft.ini new file mode 100644 index 000000000..c262b8ec6 --- /dev/null +++ b/.craft.ini @@ -0,0 +1,5 @@ +# SPDX-FileCopyrightText: None +# SPDX-License-Identifier: CC0-1.0 + +[BlueprintSettings] +kde/applications/kdeconnect-kde.packageAppx = True diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7810bbaf6..21727815a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,3 +13,4 @@ include: - /gitlab-templates/freebsd-qt6.yml - /gitlab-templates/windows-qt6.yml - /gitlab-templates/clang-format.yml + - /gitlab-templates/craft-windows-x86-64.yml