1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +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
expire_in: "30 days"
paths:
- out/make/*
- receivers/electron/out/make/*
when: manual
buildWindowsAndLinux:
@ -39,6 +39,8 @@ buildWindowsAndLinux:
image: gitlab.futo.org:5050/videostreaming/fcast/receiver-electron-dev:latest
tags:
- fcast
variables:
- UPLOAD_TO_S3: "false"
before_script:
- cd receivers/electron
script:
@ -54,9 +56,9 @@ buildWindowsAndLinux:
access: all
expire_in: "30 days"
paths:
- out/make/*
- receivers/electron/out/make/*
exclude:
- out/make/wix/x64/*.w*
- receivers/electron/out/make/wix/x64/*.w*
when: manual
deploy: