mirror of
https://github.com/okalachev/flix.git
synced 2025-07-29 12:28:59 +00:00
Add job for building the firmware on macos
This commit is contained in:
parent
a19ab30d0a
commit
7ba70dceea
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
@ -18,6 +18,17 @@ jobs:
|
|||||||
- name: Build firmware
|
- name: Build firmware
|
||||||
run: make
|
run: make
|
||||||
|
|
||||||
|
build_macos:
|
||||||
|
runs-on: macos-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- name: Install Arduino CLI
|
||||||
|
run: brew install arduino-cli
|
||||||
|
- name: Install dependencies
|
||||||
|
run: make dependencies
|
||||||
|
- name: Build firmware
|
||||||
|
run: make
|
||||||
|
|
||||||
build_windows:
|
build_windows:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user