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-18 13:00:04 -05:00
parent 4e90fee852
commit 098eb9f03c

View file

@ -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