mirror of
https://github.com/muesli/telephant
synced 2025-02-17 03:58:25 +00:00
Fetch therecipe/qt for Travis
This commit is contained in:
parent
77b2483cee
commit
8c9dc16b81
1 changed files with 5 additions and 0 deletions
|
@ -41,6 +41,11 @@ matrix:
|
|||
osx_image: xcode8.2
|
||||
env: DESKTOP=false ANDROID=false IOS_SIMULATOR=true
|
||||
|
||||
before_install:
|
||||
- mkdir -p "$GOPATH/src/github.com/therecipe"
|
||||
- cd "$GOPATH/src/github.com/therecipe"
|
||||
- git clone https://github.com/therecipe/qt.git
|
||||
|
||||
install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then travis_wait 30 $GOPATH/src/github.com/therecipe/qt/internal/ci/linux.sh; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then travis_wait 45 $GOPATH/src/github.com/therecipe/qt/internal/ci/darwin.sh; fi
|
||||
|
|
Loading…
Add table
Reference in a new issue