Update .gitlab/ci/test.gitlab-ci.yml
This commit is contained in:
parent
e1688f7f12
commit
b047b48738
@ -1,11 +1,12 @@
|
||||
test:
|
||||
image: ubuntu:latest
|
||||
script:
|
||||
- apt update
|
||||
- apt install -y python3 python3-pip git
|
||||
- git submodule init
|
||||
- git submodule update
|
||||
- python3 -m pip install blender-addon-tester
|
||||
- cd multi-user
|
||||
- python3 scripts/test_addon.py multi_user $BLENDER_VERSIONS
|
||||
- ls
|
||||
# - apt update
|
||||
# - apt install -y python3 python3-pip git
|
||||
# - git submodule init
|
||||
# - git submodule update
|
||||
# - python3 -m pip install blender-addon-tester
|
||||
# - cd multi-user
|
||||
# - python3 scripts/test_addon.py multi_user $BLENDER_VERSIONS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user