This commit is contained in:
@@ -20,7 +20,7 @@ steps:
|
||||
image: registry.nadal-fr.com/buildroot_dev
|
||||
commands:
|
||||
- mkdir -p domo-iot/build
|
||||
- cd domo-iot/build && cmake ..
|
||||
- cd domo-iot/build && cmake .. -DDOMO_BUILD_TEST=ON
|
||||
- make
|
||||
|
||||
- name: test
|
||||
@@ -29,5 +29,11 @@ steps:
|
||||
- cd domo-iot/build
|
||||
- ./bin/test_device
|
||||
|
||||
- name: codecov
|
||||
image: registry.nadal-fr.com/buildroot_dev
|
||||
commands:
|
||||
- cd domo-iot/build
|
||||
- gcovr -v --object-directory=. -r ..
|
||||
|
||||
image_pull_secrets:
|
||||
- dockerconfigjson
|
||||
|
||||
Reference in New Issue
Block a user