mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-04 22:24:12 -04:00
Try to fix merge request CI not having amd64 AppImage or Windows 64 builds
This commit is contained in:
@@ -106,7 +106,14 @@ before_script:
|
||||
- README.md
|
||||
expire_in: 30 days
|
||||
|
||||
"Fork Linux amd64 AppImage (gitlab.com quota)":
|
||||
rules:
|
||||
- if: '$CI_PROJECT_PATH == "CalcProgrammer1/OpenRGB"'
|
||||
when: on_success
|
||||
- if: $CI_PIPELINE_SOURCE == "push"
|
||||
when: manual
|
||||
allow_failure: true
|
||||
|
||||
"Linux amd64 AppImage (gitlab.com runner)":
|
||||
extends: "Linux amd64 AppImage"
|
||||
rules:
|
||||
- if: '$CI_PROJECT_PATH != "CalcProgrammer1/OpenRGB"'
|
||||
@@ -563,7 +570,14 @@ before_script:
|
||||
- 'OpenRGB Windows 64-bit\*.qm'
|
||||
expire_in: 30 days
|
||||
|
||||
"Fork Windows 64 (gitlab.com quota)":
|
||||
rules:
|
||||
- if: '$CI_PROJECT_PATH == "CalcProgrammer1/OpenRGB"'
|
||||
when: on_success
|
||||
- if: $CI_PIPELINE_SOURCE == "push"
|
||||
when: manual
|
||||
allow_failure: true
|
||||
|
||||
"Windows 64 (gitlab.com runner)":
|
||||
extends: "Windows 64"
|
||||
before_script:
|
||||
choco install visualstudio2019-workload-vctools -y # gitlab provides vs2022, so add vs2019
|
||||
|
||||
Reference in New Issue
Block a user