Added the custom CI script to build the code upon commits.

Added the custom CI script to build the code upon commits.
This commit is contained in:
Th3maz1ng 2021-09-21 17:02:14 +02:00
parent f55513539f
commit cefdddb918

5
gitea_ci.json Normal file
View File

@ -0,0 +1,5 @@
{
"builder": "arduino-cli",
"fqbn": "esp8266:esp8266:nodemcuv2",
"source_folder": ["src/test/"]
}