1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-07-16 10:58:45 +00:00

Gitlab CI Testing

This commit is contained in:
Michael Hollister 2024-10-18 12:51:58 -05:00
parent 6568bcd6e9
commit ef0f153570

View file

@ -18,6 +18,7 @@ buildLinux:
- fcast - fcast
before_script: before_script:
- cd receivers/electron - cd receivers/electron
- export WINEPATH="/root/wix314-binaries/"
script: script:
- npm install - npm install
- npm run build - npm run build