From f86ba23f925dd40f62957f57a1478e5cd6a93517 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Tue, 14 Feb 2023 19:58:42 +0200 Subject: [PATCH] Don't check compiler version. --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index e052bb43e..2b82b16fb 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -57,7 +57,7 @@ linux_qt5_qmake_task_template: &LINUX_QT5_QMAKE_TASK_TEMPLATE - mkdir build - cd build - pwd - - ${COMPILER} --version + #- ${COMPILER} --version - qmake --version - qmake ../Valentina.pro -r -spec linux-${COMPILER} CONFIG+=noDebugSymbols CONFIG+=checkWarnings - make -j$(nproc) @@ -74,7 +74,7 @@ linux_qt5_qbs_task_template: &LINUX_QT5_QBS_TASK_TEMPLATE - which qmake - which qbs - pwd - - ${COMPILER} --version + #- ${COMPILER} --version - qbs --version - qbs setup-toolchains --detect - qbs setup-qt /usr/bin/qmake qt5