updated github action

Signed-off-by: Peter Siegmund <mars3142@users.noreply.github.com>
This commit is contained in:
2025-06-13 17:04:49 +02:00
parent 686f82930f
commit f5bf8f283b
4 changed files with 4 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ jobs:
with: with:
esp_idf_version: ${{ matrix.idf_ver }} esp_idf_version: ${{ matrix.idf_ver }}
target: ${{ matrix.idf_target }} target: ${{ matrix.idf_target }}
extra_docker_args: -DSDKCONFIG_DEFAULTS="sdkconfig.defaults;sdkconfig.release"
- name: Archive build output artifacts - name: Archive build output artifacts
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:

1
.gitignore vendored
View File

@@ -6,3 +6,4 @@ sdkconfig.old
.espidf.*.json .espidf.*.json
*.svd *.svd
*.lock *.lock
build-release/

2
Makefile Normal file
View File

@@ -0,0 +1,2 @@
release:
idf.py -B build-release -DSDKCONFIG_DEFAULTS="sdkconfig.defaults;sdkconfig.release" fullclean build

0
sdkconfig.release Normal file
View File