Don't stop after search. [skip appveyor]

This commit is contained in:
Roman Telezhynskyi 2024-01-12 16:10:40 +02:00
parent 72ba96cfb6
commit f73ac823d4

View file

@ -54,7 +54,7 @@ linux_qt5_qmake_task_template: &LINUX_QT5_QMAKE_TASK_TEMPLATE
- pwd
- ls -l /usr/bin/ | grep -E "${COMPILER_REGEX}"
- ${COMPILER} --version
- find / -name 'libstdc++.so.6'
- find / -name 'libstdc++.so.6' || true
- strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep '^CXXABI_'
- ccache --set-config max_size="$CCACHE_SIZE"
- qmake --version