Check /usr/bin/

This commit is contained in:
Roman Telezhynskyi 2023-02-15 16:24:25 +02:00
parent 84ff119eae
commit 88f0ec0fa4

View file

@ -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}