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:
Ryan Roden-Corrent
2020-12-15 17:41:26 -05:00
parent 0a662248ad
commit 47cca0e758
3 changed files with 53 additions and 0 deletions

4
tests/entrypoint.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
. ../.envs # generated by install_blender.sh
make BLENDER=${BLENDER_BIN} PYLINT='python3 -m pylint' $@