Update .gitlab/ci/test.gitlab-ci.yml

This commit is contained in:
Swann Martinez 2020-04-07 17:12:27 +00:00
parent b047b48738
commit 607a1f25d3

View File

@ -1,12 +1,11 @@
test:
image: ubuntu:latest
script:
- 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
- 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 2.82