gitlab-ci: Set VARIANT var for artifacts of Homebrew builds
Following 5abb249d
This commit is contained in:
parent
c4466d0c9f
commit
232ce0a29f
1 changed files with 1 additions and 0 deletions
|
|
@ -664,6 +664,7 @@ gimp-win-eol:
|
|||
- if: '($GIMP_CI_MESON_APPLECLANG != null || "$[[ inputs.test_pipeline ]]" =~ /.*GIMP_CI_MESON_APPLECLANG.*/) && $CI_JOB_NAME !~ /.*-part.*/ && $CI_JOB_NAME !~ /.*dist-mac-.*/'
|
||||
variables:
|
||||
OPT_PREFIX: /opt/homebrew
|
||||
VARIANT: -homebrew
|
||||
tags:
|
||||
- macos
|
||||
variables:
|
||||
|
|
|
|||
Loading…
Reference in a new issue