1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-07-22 07:57:00 +00:00

Gitlab CI Testing

This commit is contained in:
Michael Hollister 2024-10-19 13:52:23 -05:00
parent 3eec93ee86
commit 69c1a9132d

View file

@ -31,7 +31,7 @@ buildMac:
access: all access: all
expire_in: "30 days" expire_in: "30 days"
paths: paths:
- out/make/* - receivers/electron/out/make/*
when: manual when: manual
buildWindowsAndLinux: buildWindowsAndLinux:
@ -39,6 +39,8 @@ buildWindowsAndLinux:
image: gitlab.futo.org:5050/videostreaming/fcast/receiver-electron-dev:latest image: gitlab.futo.org:5050/videostreaming/fcast/receiver-electron-dev:latest
tags: tags:
- fcast - fcast
variables:
- UPLOAD_TO_S3: "false"
before_script: before_script:
- cd receivers/electron - cd receivers/electron
script: script:
@ -54,9 +56,9 @@ buildWindowsAndLinux:
access: all access: all
expire_in: "30 days" expire_in: "30 days"
paths: paths:
- out/make/* - receivers/electron/out/make/*
exclude: exclude:
- out/make/wix/x64/*.w* - receivers/electron/out/make/wix/x64/*.w*
when: manual when: manual
deploy: deploy: