From 5aed7953634b374a35d85154e084f72a3088693d Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Thu, 7 Mar 2024 21:27:48 +0100 Subject: [PATCH] Add macOS Craft builds --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 70aa3b25a..efd7276de 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,3 +12,5 @@ include: - /gitlab-templates/clang-format.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