mirror of
https://github.com/RPCS3/pugixml.git
synced 2026-01-31 01:25:21 +01:00
Build NuGet package on AppVeyor
This commit is contained in:
12
appveyor.yml
12
appveyor.yml
@@ -1,5 +1,17 @@
|
||||
os: Visual Studio 2015 RC
|
||||
version: "{branch}-{build}"
|
||||
|
||||
install:
|
||||
- ps: (new-object net.webclient).DownloadFile('http://downloads.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
|
||||
@@ -1,7 +1,7 @@
|
||||
nuget {
|
||||
nuspec {
|
||||
id = pugixml;
|
||||
version: 1.7.0;
|
||||
version: 1.7.0-appveyor;
|
||||
|
||||
authors: {Arseny Kapoulkine};
|
||||
owners: {Arseny Kapoulkine};
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
@echo off
|
||||
cd %~dp0
|
||||
|
||||
"%VS140COMNTOOLS%\VsMSBuildCmd.bat" && ^
|
||||
msbuild pugixml_vs2015.vcxproj /t:Rebuild /p:Configuration=Debug /p:Platform=x86 /v:minimal /nologo && ^
|
||||
|
||||
Reference in New Issue
Block a user