Skip to content

Commit 300b548

Browse files
committed
TravisCI: fix macOS build without installer
1 parent e1bd9cb commit 300b548

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildScripts/travis/build_installer.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ QTBIN=${QTBIN:-$($EXECUTOR bash -c "make qmake -n | sed 's#/qmake.*\$##g'")}
44
case $TRAVIS_OS_NAME in
55
osx)
66
QTIFWBIN=$QTBIN/../../../Tools/QtInstallerFramework/3.2/bin
7-
ls $QTBIN/../../../Tools/QtInstallerFramework/*
87
TSNAME=trik-studio-installer-mac-$TRAVIS_BRANCH.dmg
98
;;
109
linux)
@@ -29,7 +28,8 @@ then
2928
|| false \
3029
"
3130
fi
32-
31+
#
32+
# ls $QTBIN/../../../Tools/QtInstallerFramework/*
3333
# $EXECUTOR bash -ic "\
3434
# echo Start build installer \
3535
# && installer/build-trik-studio.sh $QTBIN $QTIFWBIN . \

0 commit comments

Comments
 (0)