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-10-19 11:15:55 -05:00
parent bec6202eb1
commit ae641fb9d5

View file

@ -8,6 +8,7 @@ buildDockerContainer:
- echo "$CI_REGISTRY_PASSWORD" | docker login $CI_REGISTRY -u $CI_REGISTRY_USER --password-stdin
- docker build -t gitlab.futo.org:5050/videostreaming/fcast/receiver-electron-dev .
- docker push gitlab.futo.org:5050/videostreaming/fcast/receiver-electron-dev
when: manual
buildMac:
stage: buildAndDeployElectron