Skip to content

r&d: attempting better multi targeting #4

r&d: attempting better multi targeting

r&d: attempting better multi targeting #4

Workflow file for this run

name: ESP-IDF
on:
push:
branches: [ "dev/**", "alpha" ]
jobs:
build:
runs-on: ubuntu-22.04
strategy:
matrix:
target: [esp32, esp32s3]
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: ${{ matrix.target }}
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: v5.3.2
target: ${{ matrix.target }}
path: 'test/rtos/esp32/unity'
build-p4:
runs-on: ubuntu-22.04
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: ESP32P4
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: v5.3.2
target: esp32p4
path: 'test/rtos/esp32/unity'
build-beta:
runs-on: ubuntu-22.04
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: ESP32C6
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: v5.4-beta2
target: esp32p4
path: 'test/rtos/esp32/unity'