From 59ce480f9663cf662a1dd2e5e74ddc6f1d5de22e Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Tue, 12 May 2015 20:55:59 -0700 Subject: Add Visual Studio 2015 to AppVeyor --- tests/autotest-appveyor.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/autotest-appveyor.ps1') diff --git a/tests/autotest-appveyor.ps1 b/tests/autotest-appveyor.ps1 index 6b88766..0b8717c 100644 --- a/tests/autotest-appveyor.ps1 +++ b/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") { -- cgit v1.2.3