Reenable forks and their MRs ability to run pipelines on gitlab.com runners
This commit is contained in:
parent
5b7cdf786b
commit
777725c083
1 changed files with 18 additions and 0 deletions
|
|
@ -106,6 +106,14 @@ before_script:
|
|||
- README.md
|
||||
expire_in: 30 days
|
||||
|
||||
"Fork Linux amd64 AppImage (gitlab.com quota)":
|
||||
extends: "Linux amd64 AppImage"
|
||||
rules:
|
||||
- if: '$CI_PROJECT_PATH != "CalcProgrammer1/OpenRGB"'
|
||||
when: manual
|
||||
tags:
|
||||
- "saas-linux-small-amd64"
|
||||
|
||||
#-----------------------------------------------------------------------#
|
||||
# Linux (AppImage) armhf Build Target #
|
||||
#-----------------------------------------------------------------------#
|
||||
|
|
@ -555,6 +563,16 @@ before_script:
|
|||
- 'OpenRGB Windows 64-bit\*.qm'
|
||||
expire_in: 30 days
|
||||
|
||||
"Fork Windows 64 (gitlab.com quota)":
|
||||
extends: "Windows 64"
|
||||
before_script:
|
||||
choco install visualstudio2019-workload-vctools -y # gitlab provides vs2022, so add vs2019
|
||||
rules:
|
||||
- if: '$CI_PROJECT_PATH != "CalcProgrammer1/OpenRGB"'
|
||||
when: manual
|
||||
tags:
|
||||
- "saas-windows-medium-amd64"
|
||||
|
||||
#-----------------------------------------------------------------------#
|
||||
# MacOS Build Target #
|
||||
#-----------------------------------------------------------------------#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue