Files
plist-cil/.travis.yml
2019-10-15 09:49:00 +02:00

13 lines
354 B
YAML

language: csharp
solution: plist-cil.sln
mono:
- none
dotnet: 2.2
dist: trusty
script:
- dotnet build -c Release
- dotnet test plist-cil.test/plist-cil.test.csproj
- dotnet run --project plist-cil.benchmark/plist-cil.benchmark.csproj -c Release
- git checkout master
- dotnet run --project plist-cil.benchmark/plist-cil.benchmark.csproj -c Release