Don't need to cache anymore, download is quick.

This commit is contained in:
Paul Knopf 2018-12-25 23:03:48 -05:00
parent b82bfb1f2d
commit 41e41eebb0
2 changed files with 1 additions and 6 deletions

View file

@ -12,9 +12,6 @@ matrix:
dotnet: 2.2.101
os: osx
osx_image: xcode9.4
cache:
directories:
- build/Qt
if: tag IS blank
git:
depth: false

View file

@ -4,9 +4,7 @@ set -ex
SCRIPT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
QT_DIR=$SCRIPT_DIR/Qt
if [ ! -e $QT_DIR\Qt\5.12.0 ]; then
wget -O- -q https://github.com/qmlnet/qmlnet/releases/download/ci/qt-5.12-osx-x64.tar.gz | tar xpz -C $QT_DIR
fi
wget -O- -q https://github.com/qmlnet/qmlnet/releases/download/ci/qt-5.12-osx-x64.tar.gz | tar xpz -C $QT_DIR
export PATH=$PATH:$QT_DIR/Qt/5.12.0/clang_64/bin
export DYLD_LIBRARY_PATH=$TRAVIS_BUILD_DIR/src/native/output