Skip to content

Commit

Permalink
ci: restore ci for fastled
Browse files Browse the repository at this point in the history
  • Loading branch information
hideakitai committed Jul 13, 2024
1 parent 1adbac3 commit 60f3cbd
Showing 1 changed file with 23 additions and 33 deletions.
56 changes: 23 additions & 33 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,17 @@ jobs:
- vendor: esp32
arch: esp32
name: esp32
- vendor: esp32
arch: esp32
name: esp32s3
# TODO: temporary disabled because of compile error of FastLED
# - vendor: esp32
# arch: esp32
# name: esp32s3
- vendor: esp32
arch: esp32
name: esp32c3
- vendor: rp2040
arch: rp2040
name: rpipicow
# TODO: temporary disabled because of compile error of FastLED (Error: invalid offset, value too big)
# - vendor: rp2040
# arch: rp2040
# name: rpipicow
include:
- index: https://arduino.esp8266.com/stable/package_esp8266com_index.json
board:
Expand All @@ -64,13 +66,8 @@ jobs:
platforms: |
- name: ${{matrix.board.vendor}}:${{matrix.board.arch}}
source-url: ${{matrix.index}}
# temporary disable FastLED examples due to Error: invalid offset, value too big
# sketch-paths: |
# - examples/WiFi
sketch-paths: |
- examples/WiFi/receiver
- examples/WiFi/send_receive
- examples/WiFi/sender
- examples/WiFi
libraries: |
- source-path: ./
- name: ArxContainer
Expand Down Expand Up @@ -262,9 +259,10 @@ jobs:
- vendor: esp32
arch: esp32
name: esp32
- vendor: esp32
arch: esp32
name: esp32s3
# TODO: temporary disabled because of compile error of FastLED
# - vendor: esp32
# arch: esp32
# name: esp32s3
- vendor: esp32
arch: esp32
name: esp32c3
Expand All @@ -285,13 +283,8 @@ jobs:
platforms: |
- name: ${{matrix.board.vendor}}:${{matrix.board.arch}}
source-url: ${{matrix.index}}
# temporary disable FastLED examples due to Error: invalid offset, value too big
# sketch-paths: |
# - examples/ETH
sketch-paths: |
- examples/ETH/receiver
- examples/ETH/send_receive
- examples/ETH/sender
- examples/ETH
libraries: |
- source-path: ./
- name: ArxContainer
Expand Down Expand Up @@ -332,15 +325,17 @@ jobs:
- vendor: esp32
arch: esp32
name: esp32
- vendor: esp32
arch: esp32
name: esp32s3
# TODO: temporary disabled because of compile error of FastLED
# - vendor: esp32
# arch: esp32
# name: esp32s3
- vendor: esp32
arch: esp32
name: esp32c3
- vendor: rp2040
arch: rp2040
name: rpipicow
# TODO: temporary disabled because of compile error of FastLED (Error: invalid offset, value too big)
# - vendor: rp2040
# arch: rp2040
# name: rpipicow
include:
- index: https://downloads.arduino.cc/packages/package_index.json
board:
Expand All @@ -367,13 +362,8 @@ jobs:
platforms: |
- name: ${{matrix.board.vendor}}:${{matrix.board.arch}}
source-url: ${{matrix.index}}
# temporary disable FastLED examples due to Error: invalid offset, value too big
# sketch-paths: |
# - examples/EthernetENC/receive_fastled
# - examples/EthernetENC/receiver
# - examples/EthernetENC/send_receive
# - examples/EthernetENC/sender
sketch-paths: |
- examples/EthernetENC/receive_fastled
- examples/EthernetENC/receiver
- examples/EthernetENC/send_receive
- examples/EthernetENC/sender
Expand Down

0 comments on commit 60f3cbd

Please sign in to comment.