Skip to content

Commit

Permalink
Build GDI6 Firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Jan 5, 2025
1 parent c406d02 commit f5ce9a2
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/build-firmware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,17 @@ jobs:
- name: Test Compiler
run: arm-none-eabi-gcc -v

- name: Build GDI Firmware
- name: Discover cores
if: ${{ matrix.os != 'macos-latest' }}
run: lscpu | egrep 'Model name|Socket|Thread|NUMA|CPU\(s\)'

- name: Build GDI4 Firmware
working-directory: ./GDI-4ch/firmware
run: make
run: make -j4

- name: Build GDI6 Firmware
working-directory: ./GDI-6ch/firmware
run: make -j4

- name: Upload GDI binaries
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit f5ce9a2

Please sign in to comment.