From 06392e7b2e9a18e92dd51d54adefcf13a9ec9a9e Mon Sep 17 00:00:00 2001 From: Simon Redman Date: Sat, 30 Dec 2023 16:16:05 +0000 Subject: [PATCH] Add Qt5 craft pipelines for building current released version --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aec7959d0..fd5305061 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,3 +7,5 @@ include: - /gitlab-templates/linux.yml - /gitlab-templates/freebsd.yml - /gitlab-templates/windows.yml + - /gitlab-templates/craft-windows-x86-64.yml + - /gitlab-templates/craft-windows-appx-qt5.yml