1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-07-14 18:08:45 +00:00

Gitlab CI Testing

This commit is contained in:
Michael Hollister 2024-10-01 14:38:14 -05:00
parent 7ff8366e34
commit a0a8e4e054

View file

@ -7,7 +7,7 @@ buildMacOs:
- cd receivers/electron - cd receivers/electron
script: script:
- npm install - npm install
- npm build - npm run build
- npm run make --arch arm64 - npm run make --arch arm64
when: manual when: manual