From 1a289fabc211ea87726d8d13ed4639fcd39af387 Mon Sep 17 00:00:00 2001 From: gitolicious Date: Mon, 15 Apr 2019 00:09:36 +0200 Subject: [PATCH] Create .gitpod.yml Configuration to install PlatformIO and run the first build on workspace startup --- .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..6d233420a --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,3 @@ +tasks: +- before: pip install -U platformio +- command: platformio run