remvoed whitespaces, added all boards to workflow
This commit is contained in:
parent
fe156d006d
commit
0267e09ff8
45
.github/workflows/build.yml
vendored
45
.github/workflows/build.yml
vendored
@ -19,13 +19,44 @@ jobs:
|
|||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
path: ~/.cache/pip
|
path: ~/.cache/pip
|
||||||
platformio-path: ~/.platformio
|
platformio-path: ~/.platformio
|
||||||
- os: macos-latest
|
# - os: macos-latest
|
||||||
path: ~/Library/Caches/pip
|
# path: ~/Library/Caches/pip
|
||||||
platformio-path: ~/Library/Caches/platformio
|
# platformio-path: ~/Library/Caches/platformio
|
||||||
- os: windows-latest
|
# - os: windows-latest
|
||||||
path: ~\AppData\Local\pip\Cache
|
# path: ~\AppData\Local\pip\Cache
|
||||||
platformio-path: ~\AppData\Local\platformio\Cache
|
# platformio-path: ~\AppData\Local\platformio\Cache
|
||||||
board: [heltecv2.h,heltecv21.h,ttgov21new.h]
|
board:
|
||||||
|
[
|
||||||
|
generic.h,
|
||||||
|
ebox.h,
|
||||||
|
eboxtube.h,
|
||||||
|
ecopower.h,
|
||||||
|
heltec.h,
|
||||||
|
heltecv2.h,
|
||||||
|
heltecv21.h,
|
||||||
|
ttgov1.h,
|
||||||
|
ttgov2.h,
|
||||||
|
ttgov21old.httgov21new.h,
|
||||||
|
ttgofox.h,
|
||||||
|
ttgobeam.h,
|
||||||
|
ttgobeam10.h,
|
||||||
|
ttgotdisplay.h,
|
||||||
|
ttgotwristband.h,
|
||||||
|
fipy.h,
|
||||||
|
lopy.h,
|
||||||
|
lopy4.h,
|
||||||
|
lolin32litelora.h,
|
||||||
|
lolin32lora.h,
|
||||||
|
lolin32lite.h,
|
||||||
|
wemos32oled.h,
|
||||||
|
wemos32matrix.h,
|
||||||
|
octopus32.h,
|
||||||
|
tinypico.h,
|
||||||
|
tinypicomatrix.h,
|
||||||
|
m5core.h,
|
||||||
|
m5fire.h,
|
||||||
|
olimexpoeiso.h,
|
||||||
|
]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user