fix: test pipeline

This commit is contained in:
Swann
2020-07-07 11:22:05 +02:00
parent 691c45b2c2
commit 8ec80b5150

View File

@ -7,7 +7,7 @@ test:
- apt update - apt update
# install blender to get all required dependencies # install blender to get all required dependencies
# TODO: indtall only dependencies # TODO: indtall only dependencies
- apt install -f -y blender - apt install -f -y gcc blender
- pip install blender-addon-tester - pip install blender-addon-tester
- python scripts/test_addon.py - python scripts/test_addon.py