From cefdddb918e90625ffb2cd08490fffdeded8c8ab Mon Sep 17 00:00:00 2001 From: Th3maz1ng Date: Tue, 21 Sep 2021 17:02:14 +0200 Subject: [PATCH] Added the custom CI script to build the code upon commits. Added the custom CI script to build the code upon commits. --- gitea_ci.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 gitea_ci.json diff --git a/gitea_ci.json b/gitea_ci.json new file mode 100644 index 0000000..af00168 --- /dev/null +++ b/gitea_ci.json @@ -0,0 +1,5 @@ +{ + "builder": "arduino-cli", + "fqbn": "esp8266:esp8266:nodemcuv2", + "source_folder": ["src/test/"] +} \ No newline at end of file