1 Star 0 Fork 0

boysic / v4l2rtspserver

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.gitlab-ci.yml 350 Bytes
Copy Edit Raw Blame History
Michel Promonet authored 2018-12-09 22:01 . add gitlab ci
image: docker:stable
services:
- docker:dind
variables:
DOCKER_HOST: tcp://docker:2375
DOCKER_DRIVER: overlay2
IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
before_script:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
build:
stage: build
script:
- docker build -t $IMAGE_TAG .
- docker push $IMAGE_TAG
1
https://gitee.com/boysic/v4l2rtspserver.git
git@gitee.com:boysic/v4l2rtspserver.git
boysic
v4l2rtspserver
v4l2rtspserver
master

Search