mirror of
https://github.com/okalachev/flix.git
synced 2025-07-27 09:39:33 +00:00
Add job for building firmware on Windows
This commit is contained in:
parent
3c9e87b0b9
commit
da4cd661d4
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
@ -18,6 +18,19 @@ jobs:
|
||||
- name: Build firmware
|
||||
run: make
|
||||
|
||||
build_windows:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install Arduino CLI
|
||||
run: choco install arduino-cli
|
||||
- name: Install Make
|
||||
run: choco install make
|
||||
- name: Install dependencies
|
||||
run: make dependencies
|
||||
- name: Build firmware
|
||||
run: make
|
||||
|
||||
build_simulator:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user