Files
blender-docker/.gitlab-ci.yml
T
stilobique 6d0f2ef59d Update the trigger ci if the build.json are updated.
Add Pycharm run configuration.
Update readme with small information.
2022-07-28 11:34:15 +02:00

19 lines
339 B
YAML

image: docker:19.03.12
compliance_job:
stage: build
only:
changes:
- build.json
job-build-docker-latest:
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