Skip to content

Commit

Permalink
Merge pull request #67 from hideakitai/feature/add-library-dependencies
Browse files Browse the repository at this point in the history
feat: add library dependencies
  • Loading branch information
hideakitai authored Oct 4, 2023
2 parents fdbb04f + 33922e9 commit 46e9504
Show file tree
Hide file tree
Showing 29 changed files with 28 additions and 2,372 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
- examples/WiFi
libraries: |
- source-path: ./
- name: ArxContainer
- name: ArxTypeTraits
- name: WiFi
- name: FastLED
verbose: true
Expand Down Expand Up @@ -105,6 +107,8 @@ jobs:
- examples/WiFi/sender
libraries: |
- source-path: ./
- name: ArxContainer
- name: ArxTypeTraits
- name: WiFiNINA
- name: VidorPeripherals
- name: FastLED
Expand Down Expand Up @@ -190,6 +194,8 @@ jobs:
- examples/Ethernet/sender
libraries: |
- source-path: ./
- name: ArxContainer
- name: ArxTypeTraits
- name: Ethernet
- name: FastLED
verbose: true
Expand Down Expand Up @@ -228,5 +234,7 @@ jobs:
- examples/ETH
libraries: |
- source-path: ./
- name: ArxContainer
- name: ArxTypeTraits
- name: FastLED
verbose: true
Loading

0 comments on commit 46e9504

Please sign in to comment.