gitlab: Build every commit in a merge request.

This commit is contained in:
Rémi Bernon 2022-08-04 19:43:07 +02:00 committed by Alexandre Julliard
parent f1a7a16b83
commit 660aead73f

View file

@ -30,7 +30,8 @@ build-all:
- build64/config.log
- build32/config.log
script:
- ./tools/gitlab/build-all
- rm -fr .git/rebase-merge # in case a previous CI run failed in git rebase
- git rebase $CI_MERGE_REQUEST_DIFF_BASE_SHA --exec ./tools/gitlab/build-all
build-winetest:
extends: .wine-build