fix: revert and disable testing until a definitive fix
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
stages:
|
stages:
|
||||||
- test
|
# - test
|
||||||
- build
|
- build
|
||||||
|
|
||||||
include:
|
include:
|
||||||
|
@ -1,12 +1,14 @@
|
|||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
image: debian
|
image: python:latest
|
||||||
script:
|
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 init
|
||||||
- git submodule update
|
- git submodule update
|
||||||
- python3 -m pip install blender-addon-tester
|
- apt update
|
||||||
- python3 scripts/test_addon.py
|
# 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
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user