From 4fdc4155713c7e7d961d7a35b436d0e3c5d27fe9 Mon Sep 17 00:00:00 2001 From: Jason2866 Date: Tue, 7 May 2019 23:05:31 +0200 Subject: [PATCH] Create .gitpod.yml To make it possible to compile master branch with Gitpod --- .gitpod.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 000000000..38e7d7bfa --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,3 @@ +tasks: + - before: pip install -U platformio + command: platformio run -e sonoff