From 54a1f02e189b0fa4eed0431547c7d247784363eb Mon Sep 17 00:00:00 2001 From: nagyrobi Date: Thu, 13 May 2021 09:27:49 +0200 Subject: [PATCH] Create .gitpod.yml --- .gitpod.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 00000000..86c630c8 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,7 @@ +tasks: + - init: cp platformio_override-template.ini platformio_override.ini + - before: platformio upgrade + - command: echo "Please open 'platformio_override.ini', uncomment the platform, override and environment you wish to build for, save and then run command 'platformio run'." + +image: + file: .gitpod.Dockerfile