Added examples testing to CI
This commit is contained in:
parent
10d1223f9f
commit
9e2784f609
@ -1,9 +1,15 @@
|
|||||||
image: gcc
|
image: gcc
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
|
- dependencies
|
||||||
- build
|
- build
|
||||||
- test
|
- test
|
||||||
|
|
||||||
|
packages:
|
||||||
|
stage: dependencies
|
||||||
|
script:
|
||||||
|
- dpkg-query -Wf'${db:Status-abbrev}' python3
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
@ -17,3 +23,8 @@ unit-testing:
|
|||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- make unit-tests
|
- make unit-tests
|
||||||
|
|
||||||
|
examples_testing:
|
||||||
|
stage: test
|
||||||
|
script:
|
||||||
|
- etc/tools/test.py examples
|
||||||
|
Loading…
Reference in New Issue
Block a user