feat: experimenting a custom testing image

This commit is contained in:
Swann 2020-09-09 11:57:34 +02:00
parent 0c4d1aaa5f
commit 2399096b07
No known key found for this signature in database
GPG Key ID: E1D3641A7C43AACB

View File

@ -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: