From de40407db991cd6af431dddedfe5f16c6f57b110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20K=C3=BCnzel?= Date: Sat, 27 Jan 2024 21:45:14 +0000 Subject: [PATCH] [CI/CD] Add macOS jobs In preparation of Binary Factory shutdown --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0722a6da7..3a8d108ba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,3 +10,5 @@ include: - /gitlab-templates/windows-qt6.yml - /gitlab-templates/flatpak.yml - /gitlab-templates/craft-windows-x86-64-qt6.yml + - /gitlab-templates/craft-macos-arm64-qt6.yml + - /gitlab-templates/craft-macos-x86-64-qt6.yml \ No newline at end of file