This commit is contained in:
Elliot Matson 2023-01-29 20:44:02 -06:00
parent 420f653552
commit 15a5aa4ec1

View file

@ -24,8 +24,6 @@ jobs:
no_cie1931: ["", -DNO_CIE1931]
virtual_panel: ["", -DVIRTUAL_PANE]
env:
PLATFORMIO_BUILD_FLAGS: ${{ matrix.no_gfx }} ${{ matrix.no_fast_functions }} ${{ matrix.no_cie1931 }} ${{ matrix.virtual_panel }}
steps:
- name: Show Build Flags
run: echo $PLATFORMIO_BUILD_FLAGS
@ -52,6 +50,7 @@ jobs:
pio update
- 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 -c ${{ matrix.example }}/platformio.ini