From c1e19f068bc753d757635b55adf47e8308b0eebc Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Wed, 15 Feb 2023 13:21:42 +0200 Subject: [PATCH] Manually set target platform. --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cirrus.yml b/.cirrus.yml index 79a40831f..7a0c3156d 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -33,6 +33,7 @@ linux_qt6_task_template: &LINUX_QT6_TASK_TEMPLATE - qbs --version - qbs setup-toolchains /usr/bin/${COMPILER} ${COMPILER} - qbs setup-qt /usr/bin/qmake6 qt6 + - qbs config profiles.qt6.qbs.targetPlatform linux - qbs config profiles.qt6.baseProfile ${COMPILER} - qbs-config defaultProfile qt6 - qbs build -f valentina.qbs -d build --command-echo-mode command-line profile:qt6 config:release