summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-05-12 20:55:59 -0700
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-05-12 20:55:59 -0700
commit59ce480f9663cf662a1dd2e5e74ddc6f1d5de22e (patch)
tree1e42e6b29634a83b65d4778854810fc6345dfcff /tests
parent7342c5ed8c95cc25241b45e91a98b4048c12fe6a (diff)
Add Visual Studio 2015 to AppVeyor
Diffstat (limited to 'tests')
-rw-r--r--tests/autotest-appveyor.ps12
1 files changed, 1 insertions, 1 deletions
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")
{