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:51:19 -05:00
parent 4176e86c87
commit eb288ece1f
2 changed files with 17 additions and 4 deletions

View file

@ -1,7 +1,17 @@
buildAndDeployElectron:
buildMacOs:
stage: buildAndDeployElectron
before_script:
- cd receivers/electron
script:
- npm install
- npm run make --arch arm64
when: manual
deploy:
stage: buildAndDeployElectron
# before_script:
# - cd receivers/electron
script:
- sh deploy.sh
when: manual

View file

@ -3,6 +3,9 @@
# CI/CD WIP
# Build content
echo "Building content..."
npm install
npm run make
echo "CI testing setup"
# echo "Building content..."
# npm install
# npm run make --arch arm64