mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Travis: move storage to a cheaper service
It's surprising how much money this ended up costing... Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
887169b72c
commit
f0307abf50
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ pushd ${TRAVIS_BUILD_DIR}/..
|
|||
|
||||
echo "Get custom Qt build and unpack it"
|
||||
curl --output ./Qt-5.11.1-ios.tar.xz \
|
||||
https://storage.googleapis.com/travis-cache/Qt-5.11.1-ios.tar.xz
|
||||
https://f002.backblazeb2.com/file/Subsurface-Travis/Qt-5.11.1-ios.tar.xz
|
||||
md5 ./Qt-5.11.1-ios.tar.xz
|
||||
|
||||
mkdir -p Qt/5.11.1
|
||||
|
|
|
@ -27,7 +27,7 @@ mkdir -p Qt/5.12.3
|
|||
|
||||
echo "Get custom Qt build and unpack it"
|
||||
curl --output Qt-5.12.3-mac.tar.xz \
|
||||
https://storage.googleapis.com/travis-cache/Qt-5.12.3-mac.tar.xz
|
||||
https://f002.backblazeb2.com/file/Subsurface-Travis/Qt-5.12.3-mac.tar.xz
|
||||
|
||||
tar -xJ -C Qt/5.12.3 -f Qt-5.12.3-mac.tar.xz
|
||||
|
||||
|
|
Loading…
Reference in a new issue