Update drone.yml to launch gcovr and valgrind
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -27,13 +27,13 @@ steps:
|
||||
image: registry.nadal-fr.com/buildroot_dev
|
||||
commands:
|
||||
- cd domo-iot/build
|
||||
- ./bin/test_device
|
||||
- make launch_test
|
||||
|
||||
- name: codecov
|
||||
- name: gcovr
|
||||
image: registry.nadal-fr.com/buildroot_dev
|
||||
commands:
|
||||
- cd domo-iot/build
|
||||
- gcovr -v --object-directory=. -r ..
|
||||
- make gcovr
|
||||
|
||||
image_pull_secrets:
|
||||
- dockerconfigjson
|
||||
|
||||
Reference in New Issue
Block a user