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-10-01 14:59:35 -05:00
parent 26c94d4637
commit da6bd3c781

View file

@ -8,7 +8,8 @@ buildMacOs:
script:
- npm install
- npm run build
- npm run make --arch arm64
- npm run package -- --arch="arm64"
- npm run make -- --arch="arm64"
when: manual
deploy: