Reenable forks and their MRs ability to run pipelines on gitlab.com runners

This commit is contained in:
Vasily Galkin 2024-11-10 22:33:24 +00:00 committed by Adam Honse
parent 5b7cdf786b
commit 777725c083

View file

@ -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 #
#-----------------------------------------------------------------------#