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:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
@@ -21,4 +25,5 @@ jobs:
|
||||
arduino-cli core install arduino:renesas_uno
|
||||
|
||||
- name: Compile Sketch (via Makefile)
|
||||
shell: bash
|
||||
run: make compile
|
||||
|
||||
Reference in New Issue
Block a user