Skip to content

Manual Build SDK (v3) For the Specific Target #52

Manual Build SDK (v3) For the Specific Target

Manual Build SDK (v3) For the Specific Target #52

name: Manual Build SDK (v3) For the Specific Target
on:
workflow_dispatch:
inputs:
target:
type: choice
description: Choose Target
default: 'all'
options:
- 'all'
- 'esp32s3'
- 'esp32p4'
log_level:
type: choice
description: Choose Log Level
default: 'default'
options:
- 'default'
- 'none'
- 'verbose'
- 'debug'
- 'info'
- 'warning'
- 'error'
jobs:
run:
name: Build ${{ github.ref_name }} SDK (v3) For ${{ github.event.inputs.target }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: bash ./tools/prepare-ci.sh
- name: Build
shell: bash
run: |
export TARGET_TYPE=${{ github.event.inputs.target }}
export LOG_LEVEL=${{ github.event.inputs.log_level }}
echo "Building for $TARGET_TYPE (log_level: $LOG_LEVEL)"
bash ./build.sh -e -t $TARGET_TYPE -D $LOG_LEVEL
- name: Upload archive
uses: actions/upload-artifact@v4
with:
name: artifacts
path: dist
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy