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