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