2023-11-27 03:42:45 +01:00
|
|
|
name: esp-idf 5.1.2 without Adafruit GFX Library
|
2023-05-16 18:23:27 +02:00
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
paths-ignore:
|
|
|
|
- '**.md'
|
|
|
|
- 'doc/**'
|
|
|
|
pull_request:
|
|
|
|
paths-ignore:
|
|
|
|
- '**.md'
|
|
|
|
- 'doc/**'
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
build:
|
2023-11-27 03:37:10 +01:00
|
|
|
name: esp-idf 5.1.2 without Adafruit GFX
|
2023-05-16 18:23:27 +02:00
|
|
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: Checkout repo
|
2023-09-04 21:36:31 +02:00
|
|
|
uses: actions/checkout@v4
|
2023-05-16 18:23:27 +02:00
|
|
|
with:
|
|
|
|
submodules: 'recursive'
|
|
|
|
- name: Checkout ESP32-HUB75-MatrixPanel-I2S-DMA component
|
2023-09-04 21:36:31 +02:00
|
|
|
uses: actions/checkout@v4
|
2023-05-16 18:23:27 +02:00
|
|
|
with:
|
|
|
|
path: 'examples/esp-idf/without-gfx/components/ESP32-HUB75-MatrixPanel-I2S-DMA'
|
|
|
|
- name: esp-idf build
|
|
|
|
uses: espressif/esp-idf-ci-action@v1
|
|
|
|
with:
|
2023-11-27 03:34:54 +01:00
|
|
|
esp_idf_version: v5.1.2
|
2023-05-16 18:23:27 +02:00
|
|
|
target: esp32
|
|
|
|
path: 'examples/esp-idf/without-gfx'
|