0
0
mirror of https://github.com/zeux/pugixml.git synced 2024-12-27 13:33:17 +08:00
pugixml/appveyor.yml

16 lines
479 B
YAML
Raw Normal View History

2017-06-15 11:49:10 +03:00
image:
- Visual Studio 2015
- Visual Studio 2017
2017-06-15 11:14:28 +03:00
2015-04-13 20:38:52 -07:00
version: "{branch}-{build}"
2015-04-13 20:03:49 -07:00
build_script:
- ps: if ($env:APPVEYOR_BUILD_WORKER_IMAGE -eq "Visual Studio 2017") { .\scripts\nuget_build.ps1 }
2015-10-18 21:10:45 -07:00
test_script:
- ps: if ($env:APPVEYOR_BUILD_WORKER_IMAGE -eq "Visual Studio 2015") { .\tests\autotest-appveyor.ps1 9 10 11 12 14 }
- ps: if ($env:APPVEYOR_BUILD_WORKER_IMAGE -eq "Visual Studio 2017") { .\tests\autotest-appveyor.ps1 15 }
2015-10-18 21:10:45 -07:00
artifacts:
- path: .\scripts\*.nupkg