Skip to content

Commit

Permalink
Update CI configuration for Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbnf committed May 26, 2018
1 parent c1f737e commit c95b334
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ os: Visual Studio 2015

environment:
matrix:
- QT5: C:\Qt\5.6\mingw49_32
BOOST_ROOT: C:\Libraries\boost_1_59_0
MINGW: C:\Qt\Tools\mingw492_32
- QT5: C:\Qt\5.10.1\mingw53_32
BOOST_ROOT: C:\Libraries\boost_1_67_0
MINGW: C:\Qt\Tools\mingw530_32
MAKE_CMD: mingw32-make

matrix:
fast_finish: true

before_build:
- set PATH=%MINGW%\bin;%QT5%\bin;%PATH%

Expand Down

0 comments on commit c95b334

Please sign in to comment.