Travis: build macOS test against Qt 5.12.3

The .app.zip should once again run on any Mac (ignoring the security issue of
unsigned binaries). The Qt binaries in that archive include the jpeg and png
libraries that were missing in the Qt 5.11.1 binaries we used until now.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2019-05-19 06:14:57 -07:00
parent 186fa6c489
commit b68b42bd2f
2 changed files with 5 additions and 6 deletions

View file

@ -23,12 +23,11 @@ git describe
pushd ${TRAVIS_BUILD_DIR}
mkdir -p Qt/5.11.1
mkdir -p Qt/5.12.3
echo "Get custom Qt build and unpack it"
curl --output Qt-5.11.1-mac.tar.xz \
https://storage.googleapis.com/travis-cache/Qt-5.11.1-mac.tar.xz
md5 Qt-5.11.1-mac.tar.xz
curl --output Qt-5.12.3-mac.tar.xz \
https://storage.googleapis.com/travis-cache/Qt-5.12.3-mac.tar.xz
tar -xJ -C Qt/5.11.1 -f Qt-5.11.1-mac.tar.xz
tar -xJ -C Qt/5.12.3 -f Qt-5.12.3-mac.tar.xz