Run benchmarks on master and for the PR branch

This commit is contained in:
Frederik Carlier
2018-06-24 16:12:02 +02:00
parent 19c1e47db2
commit c61b0766c2
2 changed files with 4 additions and 0 deletions

View File

@@ -2,6 +2,8 @@ build_script:
- cmd: dotnet build -c Release --version-suffix r%APPVEYOR_BUILD_NUMBER%
- cmd: dotnet test plist-cil.test\plist-cil.test.csproj
- cmd: dotnet run --project plist-cil.benchmark/plist-cil.benchmark.csproj -c Release
- cmd: git checkout master
- cmd: dotnet run --project plist-cil.benchmark/plist-cil.benchmark.csproj -c Release
on_success:
- cmd: dotnet pack plist-cil\plist-cil.csproj -c Release --version-suffix r%APPVEYOR_BUILD_NUMBER%