2020-04-07 18:19:17 +02:00
|
|
|
test:
|
2020-04-07 19:32:40 +00:00
|
|
|
image: python:latest
|
2020-04-07 18:19:17 +02:00
|
|
|
script:
|
2020-04-07 17:12:27 +00:00
|
|
|
- git submodule init
|
|
|
|
- git submodule update
|
2020-04-08 08:47:42 +00:00
|
|
|
# - apt update
|
|
|
|
# - apt install -f -y blender
|
2020-04-07 19:32:40 +00:00
|
|
|
- pip install blender-addon-tester
|
2020-04-07 19:36:44 +00:00
|
|
|
- python test_addon.py multi_user 2.82
|
2020-04-07 18:19:17 +02:00
|
|
|
|