Skip to content

Commit

Permalink
[ci] refs Install other qt version
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Dec 23, 2019
1 parent b2829fb commit 4e57b1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
8 changes: 4 additions & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ clone_folder: c:\gopath\src\github.com\fibercrypto\fibercryptowallet
environment:
GOPATH: c:\gopath
GOROOT: C:\go
QT5_BASE_DIR: C:/Qt/5.13.0/msvc2017
QT5_BASE_DIR: C:/Qt/5.12.5/msvc2017
QT_DIR: C:/Qt
QT_VERSION: 5.13
QT_QMAKE_DIR: C:/Qt/5.13/mingw73_64/bin
QT_VERSION: 5.12.5
QT_QMAKE_DIR: C:/Qt/5.12.5/mingw73_64/bin

install:
- set "PATH=C:\msys64\usr\bin;C:\msys64\mingw64\bin;C:\Windows\System32;C:\Windows;%PATH%"
Expand All @@ -21,7 +21,7 @@ install:
- echo %GOPATH%
- go version
- go env
- bash -c "ls C:/Qt/5.13"
- bash -c "ls C:/Qt"
- choco install make -y
- make install-deps-Windows
- make install-linters
Expand Down
15 changes: 0 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,6 @@ matrix:
- make run-docker CMD='make test'
- make lint
- make run-docker CMD='make install-coveralls ; make test-cover-travis'
- stage: Windows
os: windows
install:
- choco install make -y
#- choco install unzip -y
- travis_wait 50 make install-deps-Windows
- make install-linters
- make install-coveralls
script:
- ls $GOPATH/src/github.com/therecipe/qt
- make build-Windows-travis
- make test
#- make build-icon
- make lint
- make test-cover-travis
- stage: MacOS
os: osx
osx_image: xcode10.2
Expand Down

0 comments on commit 4e57b1f

Please sign in to comment.