Skip to content

Commit

Permalink
[qt] refs fibercrypto#135 Run qtsetup propertly
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Dec 20, 2019
1 parent dcb7200 commit 955539c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ matrix:
- travis_wait make install-deps-Windows
- make install-linters
- make install-coveralls
- travis_wait ./.travis/install-qt-win.sh
script:
- make build
- make test
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ install-deps-Darwin: ## Install osx dependencies

install-deps-Windows: ## Install Windowns dependencies
go get -u -v github.com/therecipe/qt/cmd/...
qtsetup -test=false -ErrorAction SilentlyContinue
(qtsetup -test=false | true)
go get -t -d -v ./...
wget -O magick.zip https://sourceforge.net/projects/imagemagick/files/im7-exes/ImageMagick-7.0.7-25-portable-Q16-x64.zip
unzip magick.zip convert.exe
Expand Down

0 comments on commit 955539c

Please sign in to comment.