Added examples testing to CI

This commit is contained in:
Robert Bendun 2022-05-22 06:16:15 +02:00
parent 10d1223f9f
commit 9e2784f609

View File

@ -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