Skip to content

Commit

Permalink
Add qt 5.11 environment to appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
andibacher committed Jun 25, 2018
1 parent 5f284fb commit e3ef61b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ environment:
- QTDIR: C:\Qt\5.10\msvc2017_64
CMD_VCVARSALL: '"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x64'
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
# Qt 5.11
- QTDIR: C:\Qt\5.11\msvc2017_64
CMD_VCVARSALL: '"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x64'
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017

branches:
only:
Expand Down

0 comments on commit e3ef61b

Please sign in to comment.