added CI build test also for mac and windows
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -6,7 +6,11 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
strategy:
|
||||||
|
matrix:
|
||||||
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
|
|
||||||
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
@@ -21,4 +25,5 @@ jobs:
|
|||||||
arduino-cli core install arduino:renesas_uno
|
arduino-cli core install arduino:renesas_uno
|
||||||
|
|
||||||
- name: Compile Sketch (via Makefile)
|
- name: Compile Sketch (via Makefile)
|
||||||
|
shell: bash
|
||||||
run: make compile
|
run: make compile
|
||||||
|
|||||||
Reference in New Issue
Block a user