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 35ae0bd
Showing 1 changed file with 29 additions and 39 deletions.
68 changes: 29 additions & 39 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,27 @@ 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:
vendor: esp8266
- index: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
board:
vendor: esp32
- index: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
board:
vendor: rp2040
# - index: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
# board:
# vendor: rp2040
steps:
- uses: actions/checkout@v4
- uses: arduino/arduino-lint-action@v1
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 @@ -351,9 +346,9 @@ jobs:
- index: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
board:
vendor: esp32
- index: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
board:
vendor: rp2040
# - index: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
# board:
# vendor: rp2040
steps:
- uses: actions/checkout@v4
- uses: arduino/arduino-lint-action@v1
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 35ae0bd

Please sign in to comment.