File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ case $TRAVIS_OS_NAME in
77 TSNAME=trik-studio-installer-mac-$TRAVIS_BRANCH .dmg
88 ;;
99 linux)
10- QTIFWBIN=$( find /Qt/Tools/QtInstallerFramework/ -maxdepth 2 -name bin -type d -print0 | sort -Vrz | head -zn 1)
10+ QTIFWBIN=$( $EXECUTOR bash -c ' find /Qt/Tools/QtInstallerFramework/ -maxdepth 2 -name bin -type d -print0 | sort -Vrz | head -zn 1' )
1111 TSNAME=trik-studio-installer-linux-$TRAVIS_BRANCH .run
1212 ;;
1313 * ) exit 1 ;;
1414esac
15- QTBIN=${QTBIN:- $($EXECUTOR qmake -query QT_HOST_BINS )}
15+ QTBIN=${QTBIN:- $($EXECUTOR bash -c " make qmake -n | sed 's#/qmake.* \$ ##g' " )}
1616df -h .
1717
1818if $INSTALLER && ! $TIMEOUT && [ " $TRAVIS_REPO_SLUG " == " trikset/trik-studio" ] && [ " $TRAVIS_PULL_REQUEST " == " false" ]
You can’t perform that action at this time.
0 commit comments