test: add placeholder for kneron tests
This commit is contained in:
parent
a1b28fc4fa
commit
b135e1b950
@ -15,9 +15,14 @@ building:
|
|||||||
- python setup.py check -m -s
|
- python setup.py check -m -s
|
||||||
- python -m pip install -e .
|
- python -m pip install -e .
|
||||||
|
|
||||||
testing:
|
mmseg-testing:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- python -m coverage run --branch --source mmseg -m pytest tests/
|
- python -m coverage run --branch --source mmseg -m pytest tests/
|
||||||
- python -m coverage xml
|
- python -m coverage xml
|
||||||
- python -m coverage report -m
|
- python -m coverage report -m
|
||||||
|
|
||||||
|
kneron-testing:
|
||||||
|
stage: test
|
||||||
|
script:
|
||||||
|
- echo "[WIP] This job test kneron-related functions."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user