mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-15 14:15:54 -06:00
Don't need to cache anymore, download is quick.
This commit is contained in:
parent
b82bfb1f2d
commit
41e41eebb0
2 changed files with 1 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue