1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-07-12 08:58:46 +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 stage: buildAndDeployElectron
before_script: before_script:
- cd receivers/electron - cd receivers/electron
script:
- npm install
- npm run make --arch arm64
when: manual
deploy:
stage: buildAndDeployElectron
# before_script:
# - cd receivers/electron
script: script:
- sh deploy.sh - sh deploy.sh
when: manual when: manual

View file

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