aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
AgeCommit message (Collapse)AuthorFilesLines
2023-11-16Use make -j2 for mingw builds on AppVeyorArseny Kapoulkine1-2/+2
2023-11-16Restrict AppVeyor builds to master branchArseny Kapoulkine1-0/+4
This avoids duplicate builds on PRs submitted from a branch in the same repository.
2022-01-21Add missing build script and test script entries for appveyor.tobias1-0/+3
2020-07-06Fix PowerShell errors on stderrArseny Kapoulkine1-2/+2
PS invocation of code coverage upload gets triggered because of stderr output from curl with progress report when uploading coverage.
2019-09-09Update nuget creation to VS2019 (#291)Joel Andres Granados1-2/+7
Create visual studio projects that are vs2019 compliant. * nuget_build.ps1 : Introduce a new argument that will define how we implement the nuget build. For now we accept 201{9,7.5.3} as possible argument values. * pugixml_vs2019{,_static}.vcxproj : Add two visual studio projects that build pugi with the latest SDK and build tools * appveyor.yml - Add Visual Studio 2019 to build targets - Add Visual Studio 201{9,3,5} to build_scripts. And call nuget_build.ps1 with a new argument. - Add Visual Studio 2019 to the test_scripts.
2018-12-09Add PUGIXML_WCHAR_MODE configuration to MinGW testsArseny Kapoulkine1-0/+1
We are currently only testing UTF8 mode which means we don't have code coverage for some UTF->UTF decoding paths.
2018-12-09Add support for MinGW builds on AppVeyorArseny Kapoulkine1-0/+1
Use cygwin to build coverage build and upload coverage data to codecov.
2017-06-20Remove CoApp msi installationArseny Kapoulkine1-6/+0
We build NuGet package manually now so we don't need CoApp.
2017-06-18Add VS2017 to AppVeyor test runArseny Kapoulkine1-5/+6
This requires moving the list of VS versions out of autotest-appveyor.ps1 and into appveyor.yml.
2017-06-15use 2 images to build on appveyorIvan Gagis1-3/+5
2017-06-15use powershell instead of cmdIvan Gagis1-1/+1
2017-06-15Appveyor image set to VS2017Ivan Gagis1-0/+2
2017-06-15set v141 tools environment for buildingIvan Gagis1-2/+0
2017-06-15Appveyor image set to VS2017Ivan Gagis1-0/+2
2016-06-10Switch to regular AppVeyor imageArseny Kapoulkine1-1/+0
2016-03-27Fix AppVeyor buildArseny Kapoulkine1-1/+1
2015-10-23Build NuGet package on AppVeyorArseny Kapoulkine1-0/+12
2015-05-12Add Visual Studio 2015 to AppVeyorArseny Kapoulkine1-1/+2
2015-04-13Add branch name to AppVeyor versionArseny Kapoulkine1-1/+1
2015-04-13Fix AppVeyor script pathArseny Kapoulkine1-1/+1
2015-04-13Add AppVeyor build scriptsArseny Kapoulkine1-0/+4