multi-user/.gitlab/ci/test.gitlab-ci.yml

7 lines
162 B
YAML
Raw Normal View History

2020-04-07 18:19:17 +02:00
test:
2020-04-17 15:49:22 +02:00
stage: test
image: slumber/blender-addon-testing:latest
2020-04-07 18:19:17 +02:00
script:
2020-09-09 11:58:51 +02:00
- python3 scripts/test_addon.py
2021-05-07 15:47:53 +02:00
variables:
GIT_SUBMODULE_STRATEGY: recursive