Check what is going on in /usr/bin/.
This commit is contained in:
parent
e2c7a45882
commit
448fb0e093
|
@ -61,6 +61,7 @@ linux_qt5_qmake_task_template: &LINUX_QT5_QMAKE_TASK_TEMPLATE
|
||||||
- cd build
|
- cd build
|
||||||
- pwd
|
- pwd
|
||||||
#- ${COMPILER} --version
|
#- ${COMPILER} --version
|
||||||
|
- ls -l /usr/bin/
|
||||||
- qmake --version
|
- qmake --version
|
||||||
- qmake ../Valentina.pro -r -spec linux-${COMPILER} CONFIG+=noDebugSymbols CONFIG+=checkWarnings
|
- qmake ../Valentina.pro -r -spec linux-${COMPILER} CONFIG+=noDebugSymbols CONFIG+=checkWarnings
|
||||||
- make -j$(nproc)
|
- make -j$(nproc)
|
||||||
|
@ -80,6 +81,7 @@ linux_qt5_qbs_task_template: &LINUX_QT5_QBS_TASK_TEMPLATE
|
||||||
- which qbs
|
- which qbs
|
||||||
- pwd
|
- pwd
|
||||||
#- ${COMPILER} --version
|
#- ${COMPILER} --version
|
||||||
|
- ls -l /usr/bin/
|
||||||
- qmake --version
|
- qmake --version
|
||||||
- qbs --version
|
- qbs --version
|
||||||
- qbs setup-toolchains --detect
|
- qbs setup-toolchains --detect
|
||||||
|
|
Loading…
Reference in New Issue
Block a user