From 5e985fbfc8188b422ab137b6199a7f0728f9a07d Mon Sep 17 00:00:00 2001 From: DonLakeFlyer Date: Sun, 7 Jan 2018 13:23:54 -0800 Subject: [PATCH] Break up iOS get/tar commands to fix timeout --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 436c0e5ca..be20c4429 100644 --- a/.travis.yml +++ b/.travis.yml @@ -132,7 +132,10 @@ install: # ios dependencies: qt - if [ "${SPEC}" = "macx-ios-clang" ]; then - wget --quiet https://s3-us-west-2.amazonaws.com/qgroundcontrol/dependencies/Qt5.9.3-ios-min.tar.bz2 && + wget --quiet https://s3-us-west-2.amazonaws.com/qgroundcontrol/dependencies/Qt5.9.3-ios-min.tar.bz2 + ; + fi + - if [ "${SPEC}" = "macx-ios-clang" ]; then tar jxf Qt5.9.3-ios-min.tar.bz2 -C /tmp && export IOS_CCACHE_CC=`/usr/bin/xcrun -sdk iphoneos -find clang` && export IOS_CCACHE_CXX=`/usr/bin/xcrun -sdk iphoneos -find clang++` && -- 2.22.0