Skip to content

Commit

Permalink
ci: update appveyor QT to 5.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasvrba committed Feb 12, 2019
1 parent 9ea348b commit da361d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ image: Visual Studio 2017

environment:
matrix:
- QT: C:\Qt\5.11.2\msvc2017_64
- QT: C:\Qt\5.11.3\msvc2017_64
GO: C:\go
GOPATH: C:\gopath\
PLATFORM: amd64
Expand All @@ -12,7 +12,7 @@ matrix:
fast_finish: true

before_build:
- set PATH=%QT5%\bin;C:\Qt\Tools\QtCreator\bin\;%GO%\bin;C:\gopath\bin\;C:\Qt\5.11.2\msvc2017_64\bin\;C:\mingw-w64\x86_64-7.3.0-posix-seh-rt_v5-rev0\mingw64\bin;C:\MinGW\bin;%PATH%
- set PATH=%QT5%\bin;C:\Qt\Tools\QtCreator\bin\;%GO%\bin;C:\gopath\bin\;C:\Qt\5.11.3\msvc2017_64\bin\;C:\mingw-w64\x86_64-7.3.0-posix-seh-rt_v5-rev0\mingw64\bin;C:\MinGW\bin;%PATH%
- set MINGW_BIN=/c/mingw-w64/x86_64-7.3.0-posix-seh-rt_v5-rev0/mingw64/bin

build_script:
Expand Down

0 comments on commit da361d5

Please sign in to comment.