Skip to content

Commit bc4a5b9

Browse files
committed
Disable installer build for GNU/Linux and macOS
1 parent 35c3ffe commit bc4a5b9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

buildScripts/travis/build_installer.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ then
3030
"
3131
fi
3232

33-
$EXECUTOR bash -ic "\
34-
echo Start build installer \
35-
&& installer/build-trik-studio.sh $QTBIN $QTIFWBIN . \
36-
&& mv installer/trik-studio*installer* installer/$TSNAME \
37-
&& sshpass -p $password rsync -avze 'ssh -o StrictHostKeyChecking=no' installer/$TSNAME $username@$server:dl/ts/fresh/installer/ \
38-
|| false \
39-
"
33+
# $EXECUTOR bash -ic "\
34+
# echo Start build installer \
35+
# && installer/build-trik-studio.sh $QTBIN $QTIFWBIN . \
36+
# && mv installer/trik-studio*installer* installer/$TSNAME \
37+
# && sshpass -p $password rsync -avze 'ssh -o StrictHostKeyChecking=no' installer/$TSNAME $username@$server:dl/ts/fresh/installer/ \
38+
# || false \
39+
#"
4040
fi

0 commit comments

Comments
 (0)