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
ecbcc35c34
commit
c58e974079
1 changed files with 5 additions and 3 deletions
|
@ -1,15 +1,17 @@
|
|||
|
||||
buildElectronDockerContainer:
|
||||
stage: buildDockerContainers
|
||||
image: docker
|
||||
image: docker:20.10.16
|
||||
services:
|
||||
- docker:20.10.16-dind
|
||||
tags:
|
||||
- fcast
|
||||
before_script:
|
||||
- cd receivers/electron
|
||||
script:
|
||||
- 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
|
||||
- docker build -t $CI_REGISTRY/videostreaming/fcast/receiver-electron-dev:latest .
|
||||
- docker push $CI_REGISTRY/videostreaming/fcast/receiver-electron-dev:latest
|
||||
when: manual
|
||||
|
||||
buildMac:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue