mirror of
https://github.com/okalachev/flix.git
synced 2026-01-11 05:26:53 +00:00
Add job for building the firmware on macos
This commit is contained in:
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user