Add autobuild for ESP32

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2024-09-19 19:26:04 +02:00
parent 6f517e8fca
commit f276e99342
2 changed files with 24 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ jobs:
- run: |
echo "Run, Build Application using script"
./workflows/autobuild.sh
./workflows/autobuild_esp32.sh
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2