Skip to content

Commit

Permalink
Fix: Appveyor should use most recent micro version of Qt
Browse files Browse the repository at this point in the history
  • Loading branch information
mistersandman authored and jonathan-meier committed Nov 26, 2017
1 parent 941e6ab commit 6197cc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ environment:
BOOST_INCLUDEDIR: C:\Libraries\boost_1_64_0
CAPSTONE_ARCHIVE: capstone-3.0.5-rc2-win64
CMAKE_GENERATOR: Visual Studio 15 2017 Win64
QT_BASEDIR: C:\Qt\5.9.1\msvc2017_64
QT_BASEDIR: C:\Qt\5.9\msvc2017_64
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
BOOST_INCLUDEDIR: C:\Libraries\boost_1_63_0
CAPSTONE_ARCHIVE: capstone-3.0.5-rc2-win32
CMAKE_GENERATOR: Visual Studio 14 2015
QT_BASEDIR: C:\Qt\5.9.1\msvc2015
QT_BASEDIR: C:\Qt\5.9\msvc2015

configuration:
- Debug
Expand All @@ -38,4 +38,4 @@ before_build:
build_script:
- cmd: msbuild C:\projects\build\edb.sln /t:edb /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
- cmd: msbuild C:\projects\build\edb.sln /t:DebuggerCore /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"


0 comments on commit 6197cc3

Please sign in to comment.