mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 20:08:17 +00:00
ci/AppVeyor: build MinGW only on master branch (#8193)
Else the build takes too long.
This commit is contained in:
@@ -20,6 +20,10 @@ function exitIfFailed() {
|
||||
}
|
||||
|
||||
if ($compiler -eq 'MINGW') {
|
||||
if ($env:APPVEYOR_PULL_REQUEST_HEAD_COMMIT -and $compileOption -ne 'gcov') {
|
||||
exit 0
|
||||
}
|
||||
|
||||
if ($bits -eq 32) {
|
||||
$arch = 'i686'
|
||||
}
|
||||
|
Reference in New Issue
Block a user