This commit is contained in:
Elliot Matson 2023-01-29 21:39:05 -06:00
parent 2c86ceee73
commit 9901c2352d

View file

@ -48,5 +48,5 @@ jobs:
PLATFORMIO_BUILD_FLAGS: ${{ matrix.no_gfx }} ${{ matrix.no_fast_functions }} ${{ matrix.no_cie1931 }} ${{ matrix.virtual_panel }} PLATFORMIO_BUILD_FLAGS: ${{ matrix.no_gfx }} ${{ matrix.no_fast_functions }} ${{ matrix.no_cie1931 }} ${{ matrix.virtual_panel }}
PLATFORMIO_CI_SRC: ${{ matrix.example }} PLATFORMIO_CI_SRC: ${{ matrix.example }}
# run: pio ci -e esp32 -c ${{ matrix.example }}/platformio.ini # run: pio ci -e esp32 -c ${{ matrix.example }}/platformio.ini
run: pio ci -e esp32idf -c ${{ matrix.example }}/platformio.ini run: pio ci -v -e esp32idf -c ${{ matrix.example }}/platformio.ini
# run: pio run -d ${{ matrix.example }} -e esp32idf -c ${{ matrix.example }}/platformio.ini # run: pio run -d ${{ matrix.example }} -e esp32idf -c ${{ matrix.example }}/platformio.ini