summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@microsoft.com>2015-03-10 16:08:44 -0400
committerEdward Thomson <ethomson@microsoft.com>2015-03-10 16:08:44 -0400
commit9a08b3196fecb48e71b9d6dc770f274f6450582d (patch)
tree5ffc1b5d46b7e6063a17949d4d555543b12c72f5
parent3e329861145bcd106023e73a3098f24b79e54c16 (diff)
downloadlibgit2-9a08b3196fecb48e71b9d6dc770f274f6450582d.tar.gz
Revert "add fast-fail feature for pending builds in PR's"
This reverts commit 8008ab6a4158416d095212c9782fa1622ef994a5.
-rw-r--r--appveyor.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml
index c6a9f1d71..cf9564b6d 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -26,10 +26,6 @@ cache:
- x86_64-4.9.2-release-win32-seh-rt_v3-rev1.7z
build_script:
- ps: |
- if ($env:APPVEYOR_PULL_REQUEST_NUMBER -and $env:APPVEYOR_BUILD_NUMBER -ne ((Invoke-RestMethod `
- https://ci.appveyor.com/api/projects/$env:APPVEYOR_ACCOUNT_NAME/$env:APPVEYOR_PROJECT_SLUG/history?recordsNumber=50).builds | `
- Where-Object pullRequestId -eq $env:APPVEYOR_PULL_REQUEST_NUMBER)[0].buildNumber) { `
- throw "There are newer queued builds for this pull request, failing early." }
mkdir build
cd build
if ($env:GENERATOR -ne "MSYS Makefiles") {