Skip to content

Commit

Permalink
Update paths for appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin committed Jul 11, 2018
1 parent 82ae718 commit 8375712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Expand Up @@ -26,11 +26,11 @@ branches:

environment:
matrix:
- TOOLSET_PATH: C:\Qt\5.8\mingw53_32\bin;C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin
- TOOLSET_PATH: C:\Qt\5.10\mingw53_32\bin;C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin
BOOST_FLAGS: toolset=gcc --layout=system variant=release address-model=32
BUILD_COMMAND: mingw32-make -j2

- TOOLSET_PATH: C:\Qt\5.8\msvc2015_64\bin
- TOOLSET_PATH: C:\Qt\5.10\msvc2015_64\bin
BOOST_FLAGS: toolset=msvc address-model=64
BUILD_COMMAND: nmake /NOLOGO

Expand Down

0 comments on commit 8375712

Please sign in to comment.