Files
plist-cil/.travis.yml
Frederik Carlier c8f762da73 Add benchmarks
2018-06-19 11:23:46 +02:00

11 lines
253 B
YAML

language: csharp
solution: plist-cil.sln
mono:
- none
dotnet: 2.1.300
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