1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-07-09 23:49:48 +00:00

Gitlab CI Testing

This commit is contained in:
Michael Hollister 2024-09-17 09:52:08 -05:00
parent eb288ece1f
commit 87c64fe1c4
2 changed files with 3 additions and 0 deletions

View file

@ -1,6 +1,8 @@
buildMacOs: buildMacOs:
stage: buildAndDeployElectron stage: buildAndDeployElectron
tags:
- m1-macos
before_script: before_script:
- cd receivers/electron - cd receivers/electron
script: script:

View file

@ -5,6 +5,7 @@
# Build content # Build content
echo "CI testing setup" echo "CI testing setup"
pwd
# echo "Building content..." # echo "Building content..."
# npm install # npm install