1 Star 0 Fork 1

sdsdavid / BlenderTools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 211 Bytes
一键复制 编辑 原始数据 按行查看 历史
James Baber 提交于 2020-10-12 16:29 . Added CI CD and Docs (#112)
ARG IMAGE
FROM $IMAGE
USER root
WORKDIR /home/
COPY . ./BlenderTools/
RUN chmod -R a+rwx /home/BlenderTools/
USER ue4
WORKDIR /home/BlenderTools/test/scripts/
CMD ["python3", "run_unit_tests.py", "--ci"]
Python
1
https://gitee.com/sdsdavid/BlenderTools.git
git@gitee.com:sdsdavid/BlenderTools.git
sdsdavid
BlenderTools
BlenderTools
master

搜索帮助