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:
parent
7342c5ed8c
commit
59ce480f96
@ -1,4 +1,5 @@
|
||||
os: Visual Studio 2015 RC
|
||||
version: "{branch}-{build}"
|
||||
|
||||
build_script:
|
||||
- ps: .\tests\autotest-appveyor.ps1
|
||||
- ps: .\tests\autotest-appveyor.ps1
|
||||
|
@ -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")
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user