Update .gitlab/ci/test.gitlab-ci.yml
This commit is contained in:
@ -3,6 +3,10 @@ test:
|
|||||||
script:
|
script:
|
||||||
- git submodule init
|
- git submodule init
|
||||||
- git submodule update
|
- git submodule update
|
||||||
|
- python --version
|
||||||
|
- python -m pip install --upgrade pip
|
||||||
|
- apt update
|
||||||
|
- apt install -f -y blender
|
||||||
- pip install blender-addon-tester
|
- pip install blender-addon-tester
|
||||||
- cd scripts
|
- cd scripts
|
||||||
- python test_addon.py multi_user 2.82
|
- python test_addon.py multi_user 2.82
|
||||||
|
Reference in New Issue
Block a user