feat: experimenting a custom testing image
This commit is contained in:
parent
0c4d1aaa5f
commit
2399096b07
@ -1,14 +1,7 @@
|
||||
test:
|
||||
stage: test
|
||||
image: python:3.7
|
||||
image: slumber/blender-addon-testing:latest
|
||||
script:
|
||||
- git submodule init
|
||||
- git submodule update
|
||||
- apt-get update
|
||||
# install blender to get all required dependencies
|
||||
# TODO: indtall only dependencies
|
||||
- apt install -f -y blender
|
||||
- python -m pip install blender-addon-tester
|
||||
- python scripts/test_addon.py
|
||||
|
||||
only:
|
||||
|
Loading…
Reference in New Issue
Block a user