From 03e9d4d968c053e649589db17833d1aef2f3f4be Mon Sep 17 00:00:00 2001 From: Frederik Carlier Date: Sat, 23 Jun 2018 19:49:13 +0200 Subject: [PATCH] Only run benchmarks on the current branch --- .travis.yml | 2 -- appveyor.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 75296c6..bd40cc3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,5 +8,3 @@ 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 diff --git a/appveyor.yml b/appveyor.yml index 20c781d..f802d52 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,8 +2,6 @@ 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%