Merge branch 'master' of github.com:thatcosmonaut/encompass-cs
commit
74ec2f6320
18
.travis.yml
18
.travis.yml
|
@ -1,10 +1,18 @@
|
||||||
dist: xenial
|
dist: xenial
|
||||||
language: csharp
|
language: csharp
|
||||||
solution: encompass-cs.sln
|
solution: encompass-cs.sln
|
||||||
|
mono: none
|
||||||
|
dotnet: 2.1.502
|
||||||
|
|
||||||
install:
|
|
||||||
- nuget restore encompass-cs.sln
|
|
||||||
- nuget install NUnit.Console -OutputDirectory testrunner
|
|
||||||
script:
|
script:
|
||||||
- msbuild /p:Configuration=Release -Version 3.9.0 encompass-cs.sln
|
- dotnet restore
|
||||||
- mono ./testrunner/NUnit.ConsoleRunner.3.9.0/tools/nunit3-console.exe ./test/bin/Release/netcoreapp2.2/encompass-cs.dll
|
- dotnet build -c Release
|
||||||
|
- dotnet test -c Release
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
skip_cleanup: true
|
||||||
|
provider: script
|
||||||
|
script: dotnet nuget push ./encompass-cs/bin/Release/EncompassECS.Framework.*.nupkg -k $API_KEY -s $NUGET_SOURCE
|
||||||
|
on:
|
||||||
|
tags: true
|
||||||
|
repo: encompass-ecs/encompass-cs
|
||||||
|
|
Loading…
Reference in New Issue