From b16f103948c82c30ff07265c581cc62ab9e4ff23 Mon Sep 17 00:00:00 2001 From: Th3maz1ng Date: Tue, 28 Sep 2021 09:24:45 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'gitea=5Fci.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added the lib folder setting which tells the ci where to look for the libraries when building the binary. --- gitea_ci.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gitea_ci.json b/gitea_ci.json index d12794e..2bed2d7 100644 --- a/gitea_ci.json +++ b/gitea_ci.json @@ -1,5 +1,6 @@ { "builder": "arduino-cli", "fqbn": "esp8266:esp8266:nodemcuv2", - "source_folder": ["src/tests/"] + "source_folder": ["src/tests/"], + "library_folder": ["src/libs"] } \ No newline at end of file