mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 23:01:44 +01:00
CI
This commit is contained in:
parent
541fabf7ef
commit
bca919f42f
25
appveyor.yml
25
appveyor.yml
@ -24,24 +24,25 @@ build_script:
|
|||||||
- cmd: msbuild ./Capnp.Net.sln /p:Configuration="Release"
|
- cmd: msbuild ./Capnp.Net.sln /p:Configuration="Release"
|
||||||
- cmd: msbuild ./CapnpCompatTest.sln /p:Configuration="Debug"
|
- cmd: msbuild ./CapnpCompatTest.sln /p:Configuration="Debug"
|
||||||
- cmd: msbuild ./CapnpCompatTest.sln /p:Configuration="Release"
|
- cmd: msbuild ./CapnpCompatTest.sln /p:Configuration="Release"
|
||||||
- cmd: dotnet publish -c Release -r win-x86 --self-contained -o bin\win_x86 ./capnpc-csharp/capnpc-csharp.csproj
|
- cmd: dotnet publish -c Release -r win-x86 --self-contained -o "bin/win_x86" ./capnpc-csharp/capnpc-csharp.csproj
|
||||||
- cmd: dotnet publish -c Release -o bin\generic ./capnpc-csharp/capnpc-csharp.csproj
|
- cmd: dotnet publish -c Release -o "bin/generic" ./capnpc-csharp/capnpc-csharp.csproj
|
||||||
after_build:
|
after_build:
|
||||||
# For once the build has completed
|
# For once the build has completed
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: 'bin\win_x86'
|
- path: capnpc-csharp\bin\win_x86
|
||||||
name: WebSite
|
name: capnpc-win_x86.1.0.0
|
||||||
type: WebDeployPackage
|
type: Zip
|
||||||
- path: 'bin\generic'
|
- path: capnpc-csharp\bin\generic
|
||||||
name: WebSite
|
name: capnpc-generic.1.0.0
|
||||||
type: WebDeployPackage
|
type: Zip
|
||||||
clone_depth: 1
|
clone_depth: 1
|
||||||
test:
|
test:
|
||||||
assemblies:
|
assemblies:
|
||||||
- 'Capnp.Net.Runtime.Tests\bin\Debug\netcoreapp2.2\Capnp.Net.Runtime.Tests.Std20.dll'
|
only:
|
||||||
- 'Capnp.Net.Runtime.Tests\bin\Release\netcoreapp2.2\Capnp.Net.Runtime.Tests.Std20.dll'
|
- Capnp.Net.Runtime.Tests\bin\Debug\netcoreapp2.2\Capnp.Net.Runtime.Tests.Std20.dll
|
||||||
- 'Capnp.Net.Runtime.Tests.Core21\bin\Debug\netcoreapp2.2\Capnp.Net.Runtime.Tests.Core21.dll'
|
- Capnp.Net.Runtime.Tests\bin\Release\netcoreapp2.2\Capnp.Net.Runtime.Tests.Std20.dll
|
||||||
- 'Capnp.Net.Runtime.Tests.Core21\bin\Release\netcoreapp2.2\Capnp.Net.Runtime.Tests.Core21.dll'
|
- Capnp.Net.Runtime.Tests.Core21\bin\Debug\netcoreapp2.2\Capnp.Net.Runtime.Tests.Core21.dll
|
||||||
|
- Capnp.Net.Runtime.Tests.Core21\bin\Release\netcoreapp2.2\Capnp.Net.Runtime.Tests.Core21.dll
|
||||||
on_finish :
|
on_finish :
|
||||||
# any cleanup in here
|
# any cleanup in here
|
||||||
deploy: off
|
deploy: off
|
Loading…
x
Reference in New Issue
Block a user