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
4e90fee852
commit
098eb9f03c
1 changed files with 2 additions and 1 deletions
|
@ -13,12 +13,13 @@ buildMac:
|
|||
when: manual
|
||||
|
||||
buildLinux:
|
||||
image: node:latest
|
||||
stage: buildAndDeployElectron
|
||||
tags:
|
||||
- fcast
|
||||
before_script:
|
||||
- cd receivers/electron
|
||||
- apt-get update -qq && apt-get install -y -qq node wine rpm p7zip-full unzip
|
||||
- apt install wine rpm p7zip-full unzip -y
|
||||
- export WINEPATH="/root/wix314-binaries/"
|
||||
script:
|
||||
- npm install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue