0
0
mirror of https://github.com/zeux/pugixml.git synced 2024-12-26 21:04:25 +08:00
pugixml/appveyor.yml
2016-06-10 21:18:13 -07:00

16 lines
548 B
YAML

version: "{branch}-{build}"
install:
- ps: (new-object net.webclient).DownloadFile('http://coapp.org/files/CoApp.Tools.Powershell.msi', 'C:\CoApp.Tools.Powershell.msi')
- ps: Start-Process -FilePath msiexec -ArgumentList /i, 'C:\CoApp.Tools.Powershell.msi', /quiet -Wait
- ps: $env:PSModulePath = $env:PSModulePath + ';C:\Program Files (x86)\Outercurve Foundation\Modules'
- ps: Import-Module CoApp
build_script:
- ps: .\scripts\nuget_build.bat
test_script:
- ps: .\tests\autotest-appveyor.ps1
artifacts:
- path: .\scripts\*.nupkg