1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-07-16 02:48:47 +00:00

Gitlab CI Testing

This commit is contained in:
Michael Hollister 2024-10-01 14:28:12 -05:00
parent a49f2abcb8
commit 15d92b6501

View file

@ -6,8 +6,6 @@ buildMacOs:
before_script: before_script:
- cd receivers/electron - cd receivers/electron
script: script:
- /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- brew install npm
- npm install - npm install
- npm run make --arch arm64 - npm run make --arch arm64
when: manual when: manual