fix: test with a debian based image

This commit is contained in:
Swann Martinez 2020-07-07 13:18:34 +00:00
parent 784506cd95
commit ad431378f8

View File

@ -1,13 +1,12 @@
test:
stage: test
image: python:latest
image: debian
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
- apt update
# install blender to get all required dependencies
# TODO: indtall only dependencies
- apt install -f -y python3.8-dev blender
- python3 -m pip install blender-addon-tester
- python3 scripts/test_addon.py