ESP8266_dual_nRF24L01_gateway/gitea_ci.json
Th3maz1ng b16f103948 Mise à jour de 'gitea_ci.json'
Added the lib folder setting which tells the ci where to look for the libraries when building the binary.
2021-09-28 09:24:45 +02:00

6 lines
134 B
JSON

{
"builder": "arduino-cli",
"fqbn": "esp8266:esp8266:nodemcuv2",
"source_folder": ["src/tests/"],
"library_folder": ["src/libs"]
}