From 6d0f2ef59d9b829178a1e8e8da524ba71777e703 Mon Sep 17 00:00:00 2001 From: stilobique Date: Thu, 28 Jul 2022 11:34:15 +0200 Subject: [PATCH] Update the trigger ci if the `build.json` are updated. Add Pycharm run configuration. Update readme with small information. --- .gitlab-ci.yml | 6 ++++++ .run/Generate image.run.xml | 34 ++++++++++++++++++++++++++++++++++ README.md | 3 ++- 3 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 .run/Generate image.run.xml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d74c244..051cbe3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,11 @@ image: docker:19.03.12 +compliance_job: + stage: build + only: + changes: + - build.json + job-build-docker-latest: stage: build services: diff --git a/.run/Generate image.run.xml b/.run/Generate image.run.xml new file mode 100644 index 0000000..85e76e6 --- /dev/null +++ b/.run/Generate image.run.xml @@ -0,0 +1,34 @@ + + + + + \ No newline at end of file diff --git a/README.md b/README.md index c437a9c..a913d12 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ # Blender Docker -Docker project to generate Blender image, really useful to generate Unit Test +This repository is an automated blender docker image file generated, it's usefully with blender addon unit test. To +build a new specific image, you need to update the `build.json` file with the new version witched ; or # Adding an Addon