Skip to content

LCD ILI9881C: Supported LCD mirror. Not supported swap XY. #20

LCD ILI9881C: Supported LCD mirror. Not supported swap XY.

LCD ILI9881C: Supported LCD mirror. Not supported swap XY. #20

name: Push noglib BSPs to Espressif Component Service
on:
push:
branches:
- master
pull_request:
types: [opened, reopened, synchronize]
jobs:
upload_components:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Upload noglib version of BSPs
# TODO: Extend this part to all BSPs
run: |
pip install idf-component-manager py-markdown-table --upgrade
python .github/ci/bsp_noglib.py
python .github/ci/update_readme_dependencies.py bsp/esp32_s3_eye/idf_component.yml || true
mkdir -p bsp/esp32_s3_eye_noglib
mv bsp/esp32_s3_eye/* bsp/esp32_s3_eye_noglib
- uses: espressif/upload-components-ci-action@v1
with:
directories: >
bsp/esp32_s3_eye_noglib
namespace: "espressif"
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}
dry_run: ${{ github.ref_name != 'master' || github.repository_owner != 'espressif' }}