1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00

CI: Adding default electron build variables

This commit is contained in:
Michael Hollister 2025-04-25 14:16:07 -05:00
parent c54ce74dfd
commit f9d774e0e6

View file

@ -19,6 +19,9 @@ buildMac:
image: ghcr.io/cirruslabs/macos-ventura-xcode@sha256:3380f24929d01a7ac48a554dd242340739387822cf1cb0d96be839ef91b89daf
tags:
- tart-installed
variables:
FCAST_CHANNEL: "stable"
FCAST_CHANNEL_VERSION: "1"
before_script:
- curl --silent "https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer" | bash
- sudo security add-certificates -k /Library/Keychains/System.keychain ./.secure_files/developerID_application.cer
@ -55,6 +58,9 @@ buildWindowsAndLinux:
image: gitlab.futo.org:5050/videostreaming/fcast/receiver-electron-dev:latest
tags:
- fcast-instance-runner
variables:
FCAST_CHANNEL: "stable"
FCAST_CHANNEL_VERSION: "1"
before_script:
- cd receivers/electron
script: