From e0a2ce922357341f94fb7d8e942af2b1810bdf7c Mon Sep 17 00:00:00 2001 From: NADAL Jean-Baptiste Date: Mon, 6 Jan 2020 17:08:22 +0100 Subject: [PATCH] Add test launching --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.drone.yml b/.drone.yml index 7cadd65..632b863 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,5 +23,11 @@ steps: - cd domo-iot/build && cmake .. - make +- name: test + image: registry.nadal-fr.com/buildroot_dev + commands: + - cd domo-iot/build + - ./bin/test_device + image_pull_secrets: - dockerconfigjson