Commit 66dee620 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

gitlab: Do not run the build script on each commit.

There are too many commits at once in Stable.
parent 405c143c
......@@ -34,7 +34,7 @@ build-linux:
paths:
- usr/local/
script:
- git rebase $CI_MERGE_REQUEST_DIFF_BASE_SHA --exec ./tools/gitlab/build-linux
- ./tools/gitlab/build-linux
build-mac:
extends: .wine-build
......@@ -49,7 +49,7 @@ build-mac:
- build32/config.log
script:
- export PATH="/usr/local/opt/ccache/libexec:$PATH"
- git rebase $CI_MERGE_REQUEST_DIFF_BASE_SHA --exec ./tools/gitlab/build-mac
- ./tools/gitlab/build-mac
build-daily-linux:
extends: .wine-build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment