mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2024-11-19 17:06:04 -07:00
gitlab: Add 'build' tag on Linux build jobs.
So that they can be sent to a faster runner.
This commit is contained in:
parent
3cf0506cca
commit
3b3be668f4
1 changed files with 6 additions and 0 deletions
|
@ -32,6 +32,8 @@ build-linux:
|
|||
extends: .wine-build
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
||||
tags:
|
||||
- build
|
||||
artifacts:
|
||||
expire_in: 1 day
|
||||
paths:
|
||||
|
@ -46,6 +48,8 @@ build-clang:
|
|||
extends: .wine-build
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
||||
tags:
|
||||
- build
|
||||
script:
|
||||
- mkdir -p build32 build64
|
||||
- ./tools/gitlab/build-clang
|
||||
|
@ -93,6 +97,8 @@ build-daily-linux:
|
|||
extends: .wine-build
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == 'trigger' && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||
tags:
|
||||
- build
|
||||
artifacts:
|
||||
expire_in: 1 day
|
||||
paths:
|
||||
|
|
Loading…
Reference in a new issue