From 558f14369b5b3ec9b7afa71220c51c43d0c400c8 Mon Sep 17 00:00:00 2001 From: Pascal Lais Date: Mon, 3 Aug 2020 08:14:04 +0200 Subject: [PATCH] Add .drone.yml --- .drone.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..bb1561f --- /dev/null +++ b/.drone.yml @@ -0,0 +1,13 @@ +kind: pipeline +type: docker +name: arduino-nano-opst + +steps: +- name: build + image: salcedo/drone-platformio + settings: + lib: "." + src: "src" + conf: "platformio.ini" + commands: + - platformio run . -e -e -e \ No newline at end of file