aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-03-29 09:17:44 +0200
committerGitHub <noreply@github.com>2018-03-29 09:17:44 +0200
commitbbca3142e878de3000b3c2046b25340e42c014d6 (patch)
treef1fb78ec586dc96556f1eea5b5db8884ddd8f255
parent3f3de9b1a95d273463a87516365510dbffcaf3d2 (diff)
downloadrneovim-bbca3142e878de3000b3c2046b25340e42c014d6.tar.gz
rneovim-bbca3142e878de3000b3c2046b25340e42c014d6.tar.bz2
rneovim-bbca3142e878de3000b3c2046b25340e42c014d6.zip
ci/AppVeyor: build MinGW only on master branch (#8193)
Else the build takes too long.
-rw-r--r--ci/build.ps14
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/build.ps1 b/ci/build.ps1
index df70b44458..a04ef56f81 100644
--- a/ci/build.ps1
+++ b/ci/build.ps1
@@ -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'
}