update
This commit is contained in:
parent
420f653552
commit
15a5aa4ec1
1 changed files with 1 additions and 2 deletions
3
.github/workflows/pio_build.yml
vendored
3
.github/workflows/pio_build.yml
vendored
|
@ -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
|
Loading…
Reference in a new issue