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-09-17 09:58:48 -05:00
parent 87c64fe1c4
commit a49f2abcb8

View file

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