mirror of
https://github.com/godotengine/godot-blender-exporter.git
synced 2026-01-05 18:10:04 +03:00
Add a Dockerfile for local reference updates.
This allows local users to test and generate reference exports without installing a specific version of Blender locally. Linting currently doesn't work due to a python version mismatch.
This commit is contained in:
4
tests/entrypoint.sh
Executable file
4
tests/entrypoint.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
. ../.envs # generated by install_blender.sh
|
||||
make BLENDER=${BLENDER_BIN} PYLINT='python3 -m pylint' $@
|
||||
Reference in New Issue
Block a user