Files
plist-cil/.travis.yml

15 lines
374 B
YAML
Raw Normal View History

2015-10-24 01:16:13 +01:00
language: csharp
2015-10-24 01:19:42 +01:00
solution: plist-cil.sln
2015-10-24 01:16:13 +01:00
mono:
2018-05-22 15:39:28 +02:00
- none
2021-04-21 13:02:40 +02:00
dotnet: 5.0
dist: bionic
git:
depth: false
2018-05-22 15:39:28 +02:00
script:
- dotnet build -c Release
2018-06-19 11:16:14 +02:00
- 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