mv .gitea .github

also add merge_bin

Signed-off-by: Peter Siegmund <mars3142@users.noreply.github.com>
This commit is contained in:
2025-08-29 00:08:57 +02:00
parent 50069e06b1
commit 63ed36094d
3 changed files with 2 additions and 5 deletions

View File

@@ -36,13 +36,10 @@ jobs:
with:
submodules: "recursive"
- name: Debug Workspace Layout
run: ls -laR ${{ gitea.workspace }}
- name: ESP-IDF build
uses: https://git.mars3142.dev/mars3142/esp-idf-ci-action@v1
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: ${{ matrix.idf_ver }}
target: ${{ matrix.idf_target }}
path: firmware
command: idf.py -DSDKCONFIG_DEFAULTS="sdkconfig.defaults;sdkconfig.release" build
command: idf.py -DSDKCONFIG_DEFAULTS="sdkconfig.defaults;sdkconfig.release" build && cd build && esptool.py --chip ${{ matrix.idf_target }} merge_bin -o release-${{ matrix.idf_target }}.bin @flash_args