fix: revert and disable testing until a definitive fix

This commit is contained in:
Swann Martinez
2020-07-07 13:29:08 +00:00
parent ad431378f8
commit ac24ab69ff
2 changed files with 9 additions and 7 deletions

View File

@ -1,5 +1,5 @@
stages:
- test
# - test
- build
include:

View File

@ -1,12 +1,14 @@
test:
stage: test
image: debian
image: python:latest
script:
- apt update
- apt upgrade -f -y
- apt install -f -y python3.7 python3-pip python3.7-dev git blender
- git submodule init
- git submodule update
- python3 -m pip install blender-addon-tester
- python3 scripts/test_addon.py
- apt update
# install blender to get all required dependencies
# TODO: indtall only dependencies
- apt install -f -y blender
- python -m pip install blender-addon-tester
- python scripts/test_addon.py