0
0
mirror of https://github.com/zeux/pugixml.git synced 2025-01-14 01:47:55 +08:00

Add Visual Studio 2015 to AppVeyor

This commit is contained in:
Arseny Kapoulkine 2015-05-12 20:55:59 -07:00
parent 7342c5ed8c
commit 59ce480f96
2 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,4 @@
os: Visual Studio 2015 RC
version: "{branch}-{build}"
build_script:

View File

@ -12,7 +12,7 @@ function Invoke-CmdScript($scriptName)
$sources = @("src/pugixml.cpp") + (Get-ChildItem -Path "tests/*.cpp" -Exclude "fuzz_*.cpp")
$failed = $FALSE
foreach ($vs in 9,10,11,12)
foreach ($vs in 9,10,11,12,14)
{
foreach ($arch in "x86","x64")
{