mirror of
https://gitlab.com/stilobique/blender-docker.git
synced 2026-05-27 20:27:47 +02:00
11 lines
229 B
YAML
11 lines
229 B
YAML
image: docker:19.03.12
|
|
|
|
job-build-docker-latest:
|
|
stage: build
|
|
services:
|
|
- docker:19.03.12-dind
|
|
script:
|
|
- python -m pip install --upgrade pip
|
|
- python -m pip install -r requirement-build.txt
|
|
- python main.py
|