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:
parent
3eec93ee86
commit
69c1a9132d
1 changed files with 5 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue