test esp-idf

This commit is contained in:
Elliot Matson 2023-01-29 21:07:24 -06:00
parent 035e0e0d2f
commit 9b706f9599

View file

@ -46,5 +46,6 @@ jobs:
- name: Run PlatformIO
env:
PLATFORMIO_BUILD_FLAGS: ${{ matrix.no_gfx }} ${{ matrix.no_fast_functions }} ${{ matrix.no_cie1931 }} ${{ matrix.virtual_panel }}
PLATFORMIO_CI_SRC: ${{ matrix.example }}
run: pio ci -e esp32 -c ${{ matrix.example }}/platformio.ini
# PLATFORMIO_CI_SRC: ${{ matrix.example }}
# run: pio ci -e esp32 -c ${{ matrix.example }}/platformio.ini
run: pio run -d ${{ matrix.example }} -e esp32idf -c ${{ matrix.example }}/platformio.ini