Files
blender-docker/.gitlab-ci.yml
T
2022-07-28 11:37:28 +02:00

16 lines
307 B
YAML

image: docker:19.03.12
job-build-docker-latest:
only:
changes:
- build.json
stage: build
services:
- docker:dind
script:
- apk add python3
- apk add py3-pip
- python3 -m pip install --upgrade pip
- python3 -m pip install -r requirement-build.txt
- python3 main.py