diff --git a/.craft.ini b/.craft.ini new file mode 100644 index 0000000..c905c4d --- /dev/null +++ b/.craft.ini @@ -0,0 +1,6 @@ +# SPDX-FileCopyrightText: Laurent Montel +# SPDX-License-Identifier: CC0-1.0 + +[BlueprintSettings] +kde/kdegames/klines/klines.packageAppx=True +kde/kdegames.version=master diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 39e3595..0f97b1c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,3 +10,5 @@ include: - /gitlab-templates/flatpak.yml - /gitlab-templates/craft-windows-x86-64-qt6.yml - /gitlab-templates/craft-windows-appx-qt6.yml + - /gitlab-templates/craft-macos-x86-64-qt6.yml + - /gitlab-templates/craft-macos-arm64-qt6.yml