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: test:
image: ubuntu:latest image: ubuntu:latest
script: script:
- ls - apt update
# - apt update - apt install -y python3 python3-pip git
# - apt install -y python3 python3-pip git - git submodule init
# - git submodule init - git submodule update
# - git submodule update - python3 -m pip install blender-addon-tester
# - python3 -m pip install blender-addon-tester - cd multi-user
# - cd multi-user - python3 scripts/test_addon.py multi_user 2.82
# - python3 scripts/test_addon.py multi_user $BLENDER_VERSIONS