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: borisfaure
GPG Key ID: 35C0410516166BE8
1 changed files with 3 additions and 0 deletions

View File

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