Skip to content

Commit

Permalink
Use VS toolkit v140_xp on AppVeyor to enable XP support
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianbroher committed Nov 7, 2016
1 parent b0b9da4 commit 5f724d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
os: Visual Studio 2015
version: ci-{build}
#branches:
# only:
Expand All @@ -15,7 +16,7 @@ before_build:
- if not exist build\NUL mkdir build
- cd build
build_script:
- cmake -G "Visual Studio 14" ..
- cmake -G "Visual Studio 14" -T v140_xp ..
- cmake --build . --config RelWithDebInfo -- /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /verbosity:minimal
test: off
artifacts:
Expand Down

0 comments on commit 5f724d3

Please sign in to comment.