Files
plist-cil/.travis.yml
Frederik Carlier 65cee57929 Travis: Use .NET 5.0
2021-04-21 13:02:40 +02:00

15 lines
374 B
YAML

language: csharp
solution: plist-cil.sln
mono:
- none
dotnet: 5.0
dist: bionic
git:
depth: false
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