Skip to content

Commit

Permalink
[ci] refs#135 Using mingw shell from qt installation
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Dec 23, 2019
1 parent 4e57b1f commit f9ff092
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,17 @@ environment:
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%"
- set "PATH=C:/Qt/5.12.5/mingw73_64/bin;C:\Windows\System32;C:\Windows;%PATH%"
- set MSYSTEM=MINGW64
- set PATH=%GOPATH%\bin;%GOROOT%\bin;%PATH%
- echo %PATH%
- echo %GOPATH%
- go version
- go env
- bash -c "ls C:/Qt"
- bash -c "ls C:/Qt/5.12.5/mingw73_64/bin"
- bash -c "ls C:/Qt/5.12.5/mingw73_64"
- bash -c "ls C:/Qt/5.12.5"
- choco install make -y
- make install-deps-Windows
- make install-linters
Expand Down

0 comments on commit f9ff092

Please sign in to comment.