mirror of
https://github.com/claunia/plist-cil.git
synced 2025-12-16 11:04:26 +00:00
Run benchmarks on master and for the PR branch
This commit is contained in:
@@ -8,3 +8,5 @@ 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
|
||||
|
||||
@@ -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%
|
||||
|
||||
Reference in New Issue
Block a user