run unit tests in ci

This commit is contained in:
Boris Faure 2020-05-23 11:58:22 +02:00
parent 63815156aa
commit a18b482bf0
Signed by untrusted user who does not match committer: borisfaure
GPG Key ID: 35C0410516166BE8
1 changed files with 3 additions and 0 deletions

View File

@ -112,6 +112,7 @@ jobs:
command: |
cd /terminology
tests/run_tests.sh -v -t build/src/bin/tytest -r tests/tests.results -d tests/
build/src/bin/tytest all
- run:
name: codecov
command: |
@ -149,6 +150,7 @@ jobs:
command: |
cd /terminology
tests/run_tests.sh -v -t build/src/bin/tytest -r tests/tests.results -d tests/
build/src/bin/tytest all
build_full_clang_efl_latest:
docker:
- image: borisfaure/terminology-ci:latest
@ -193,6 +195,7 @@ jobs:
command: |
cd /terminology
tests/run_tests.sh -v -t build/src/bin/tytest -r tests/tests.results -d tests/
build/src/bin/tytest all
path: /terminology
workflows:
version: 2