Skip to content

Commit

Permalink
[ci][win] refs #135 add travis_wait to qt installation
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Dec 20, 2019
1 parent 75ddcf3 commit dcb7200
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ matrix:
- travis_wait make install-deps-Windows
- make install-linters
- make install-coveralls
- ./.travis/install-qt-win.sh
- travis_wait ./.travis/install-qt-win.sh
script:
- make build
- make test
Expand Down
1 change: 1 addition & 0 deletions .travis/install-qt-win.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ wget "http://download.qt.io/official_releases/online_installers/qt-unified-windo
export MWDIR="/c/Users/travis/Qt/Tools/mingw730_64"
export QTDIR="/c/Users/travis/Qt/5.12.3/mingw73_64"
export PATH="$MWDIR/bin:$QTDIR/bin:$PATH"
echo "QT already installed"

0 comments on commit dcb7200

Please sign in to comment.