From 448fb0e0938da8e18a1db599d347563eb4ffe939 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Tue, 14 Feb 2023 20:28:43 +0200 Subject: [PATCH] Check what is going on in /usr/bin/. --- .cirrus.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index cb955400e..d7d8c6d58 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -61,6 +61,7 @@ linux_qt5_qmake_task_template: &LINUX_QT5_QMAKE_TASK_TEMPLATE - cd build - pwd #- ${COMPILER} --version + - ls -l /usr/bin/ - qmake --version - qmake ../Valentina.pro -r -spec linux-${COMPILER} CONFIG+=noDebugSymbols CONFIG+=checkWarnings - make -j$(nproc) @@ -80,6 +81,7 @@ linux_qt5_qbs_task_template: &LINUX_QT5_QBS_TASK_TEMPLATE - which qbs - pwd #- ${COMPILER} --version + - ls -l /usr/bin/ - qmake --version - qbs --version - qbs setup-toolchains --detect