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}