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.
This commit is contained in:
parent
a9c371f1c1
commit
b16f103948
@ -1,5 +1,6 @@
|
||||
{
|
||||
"builder": "arduino-cli",
|
||||
"fqbn": "esp8266:esp8266:nodemcuv2",
|
||||
"source_folder": ["src/tests/"]
|
||||
"source_folder": ["src/tests/"],
|
||||
"library_folder": ["src/libs"]
|
||||
}
|
Loading…
Reference in New Issue
Block a user