From d726f7206f38c84d8d2a53ce530976400efcda84 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Tue, 14 Feb 2023 19:30:45 +0200 Subject: [PATCH] Try configuration. --- .cirrus.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 12fc2847e..7bc865e9e 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -38,10 +38,10 @@ linux_qt6_task_template: &LINUX_QT6_TASK_TEMPLATE - ${COMPILER} --version - qbs --version - qbs setup-toolchains --detect - - qbs config --list - - qbs setup-qt /usr/bin/qmake qt6 - - qbs config profiles.qt6.baseProfile ${COMPILER} - - qbs build -f valentina.qbs -d build --command-echo-mode command-line profile:qt6 config:release + #- qbs setup-qt /usr/bin/qmake qt6 + #- qbs config profiles.qt6.baseProfile ${COMPILER} + #- qbs-config defaultProfile qt6 + - qbs build -f valentina.qbs -d build --command-echo-mode command-line config:release - xvfb-run -a qbs -p autotest-runner linux_qt5_qmake_task_template: &LINUX_QT5_QMAKE_TASK_TEMPLATE @@ -77,8 +77,8 @@ linux_qt5_qbs_task_template: &LINUX_QT5_QBS_TASK_TEMPLATE - ${COMPILER} --version - qbs --version - qbs setup-toolchains --detect - - qbs config --list - qbs setup-qt /usr/bin/qmake qt5 + - qbs-config defaultProfile qt5 - qbs config profiles.qt5.baseProfile ${COMPILER} - qbs build -f valentina.qbs -d build --command-echo-mode command-line profile:qt5 config:release - xvfb-run -a qbs -p autotest-runner