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:
parent
4176e86c87
commit
eb288ece1f
2 changed files with 17 additions and 4 deletions
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue