1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-07-08 06:59:49 +00:00

Gitlab CI Testing

This commit is contained in:
Michael Hollister 2024-10-18 12:57:49 -05:00
parent 6c2dd7171f
commit 4e90fee852

View file

@ -18,7 +18,7 @@ buildLinux:
- fcast - fcast
before_script: before_script:
- cd receivers/electron - cd receivers/electron
- apt install wine rpm p7zip-full unzip -y - apt-get update -qq && apt-get install -y -qq node wine rpm p7zip-full unzip
- export WINEPATH="/root/wix314-binaries/" - export WINEPATH="/root/wix314-binaries/"
script: script:
- npm install - npm install