Removed problematic examples testing from CI
This commit is contained in:
parent
9ed25cc32c
commit
b193ca1213
@ -4,11 +4,6 @@ stages:
|
|||||||
- build
|
- build
|
||||||
- test
|
- test
|
||||||
|
|
||||||
packages:
|
|
||||||
stage: build
|
|
||||||
script:
|
|
||||||
- dpkg-query -Wf'${db:Status-abbrev}' python3
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
@ -22,8 +17,3 @@ unit-testing:
|
|||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- make unit-tests
|
- make unit-tests
|
||||||
|
|
||||||
examples_testing:
|
|
||||||
stage: test
|
|
||||||
script:
|
|
||||||
- python3 etc/tools/test.py test examples
|
|
||||||
|
Loading…
Reference in New Issue
Block a user