mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-07-20 15:07:00 +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
|
when: manual
|
||||||
|
|
||||||
buildLinux:
|
buildLinux:
|
||||||
|
image: node:latest
|
||||||
stage: buildAndDeployElectron
|
stage: buildAndDeployElectron
|
||||||
tags:
|
tags:
|
||||||
- fcast
|
- fcast
|
||||||
before_script:
|
before_script:
|
||||||
- cd receivers/electron
|
- 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/"
|
- export WINEPATH="/root/wix314-binaries/"
|
||||||
script:
|
script:
|
||||||
- npm install
|
- npm install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue