Add test launching
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
NADAL Jean-Baptiste
2020-01-06 17:08:22 +01:00
parent 49e04dc52b
commit e0a2ce9223

View File

@@ -23,5 +23,11 @@ steps:
- cd domo-iot/build && cmake .. - cd domo-iot/build && cmake ..
- make - make
- name: test
image: registry.nadal-fr.com/buildroot_dev
commands:
- cd domo-iot/build
- ./bin/test_device
image_pull_secrets: image_pull_secrets:
- dockerconfigjson - dockerconfigjson