Update test.gitlab-ci.yml
This commit is contained in:
parent
99d64cd411
commit
5f1853bbe3
@ -1,10 +1,8 @@
|
||||
test:
|
||||
image: ubuntu:latest
|
||||
image: python:latest
|
||||
script:
|
||||
- apt update
|
||||
- apt install -y python3 python3-pip git
|
||||
- git submodule init
|
||||
- git submodule update
|
||||
- python3 -m pip install blender-addon-tester
|
||||
- python3 scripts/test_addon.py multi_user 2.82
|
||||
- pip install blender-addon-tester
|
||||
- python scripts/test_addon.py multi_user 2.82
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user