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]
|
no_cie1931: ["", -DNO_CIE1931]
|
||||||
virtual_panel: ["", -DVIRTUAL_PANE]
|
virtual_panel: ["", -DVIRTUAL_PANE]
|
||||||
|
|
||||||
env:
|
|
||||||
PLATFORMIO_BUILD_FLAGS: ${{ matrix.no_gfx }} ${{ matrix.no_fast_functions }} ${{ matrix.no_cie1931 }} ${{ matrix.virtual_panel }}
|
|
||||||
steps:
|
steps:
|
||||||
- name: Show Build Flags
|
- name: Show Build Flags
|
||||||
run: echo $PLATFORMIO_BUILD_FLAGS
|
run: echo $PLATFORMIO_BUILD_FLAGS
|
||||||
|
@ -52,6 +50,7 @@ jobs:
|
||||||
pio update
|
pio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
env:
|
env:
|
||||||
|
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: |
|
run: |
|
||||||
pio ci -c ${{ matrix.example }}/platformio.ini
|
pio ci -c ${{ matrix.example }}/platformio.ini
|
Loading…
Reference in a new issue