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