From 88f0ec0fa40918dcfdbb09a948e94cd2be4b9677 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Wed, 15 Feb 2023 16:24:25 +0200 Subject: [PATCH] Check /usr/bin/ --- .cirrus.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index cce0adcbf..881345048 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -26,8 +26,8 @@ linux_qt6_task_template: &LINUX_QT6_TASK_TEMPLATE - which qmake6 - which qbs - pwd - - ${COMPILER} --version - ls -l /usr/bin/ | grep -E "${COMPILER_REGEX}" + - ${COMPILER} --version - qmake6 --version - qbs --version - qbs setup-toolchains /usr/bin/${COMPILER} ${COMPILER} @@ -47,8 +47,8 @@ linux_qt5_qmake_task_template: &LINUX_QT5_QMAKE_TASK_TEMPLATE - mkdir build - cd build - pwd - - ${COMPILER} --version - ls -l /usr/bin/ | grep -E "${COMPILER_REGEX}" + - ${COMPILER} --version - qmake --version - qmake ../Valentina.pro -r -spec linux-${COMPILER} CONFIG+=noDebugSymbols CONFIG+=checkWarnings - make -j$(nproc) @@ -64,8 +64,8 @@ linux_qt5_qbs_task_template: &LINUX_QT5_QBS_TASK_TEMPLATE - which qmake - which qbs - pwd - - ${COMPILER} --version - ls -l /usr/bin/ | grep -E "${COMPILER_REGEX}" + - ${COMPILER} --version - qmake --version - qbs --version - qbs setup-toolchains /usr/bin/${COMPILER} ${COMPILER}