mirror of
https://git.proxmox.com/git/libgit2
synced 2025-07-06 01:49:24 +00:00
Revert "add fast-fail feature for pending builds in PR's"
This reverts commit 8008ab6a41
.
This commit is contained in:
parent
3e32986114
commit
9a08b3196f
@ -26,10 +26,6 @@ cache:
|
|||||||
- x86_64-4.9.2-release-win32-seh-rt_v3-rev1.7z
|
- x86_64-4.9.2-release-win32-seh-rt_v3-rev1.7z
|
||||||
build_script:
|
build_script:
|
||||||
- ps: |
|
- 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
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
if ($env:GENERATOR -ne "MSYS Makefiles") {
|
if ($env:GENERATOR -ne "MSYS Makefiles") {
|
||||||
|
Loading…
Reference in New Issue
Block a user