Skip to content

Commit

Permalink
Add Infineon XMC to the cli
Browse files Browse the repository at this point in the history
  • Loading branch information
OlafFilies committed Oct 30, 2023
1 parent 2c6a1a1 commit 76b7927
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
name: Arduino CI

on: [push, pull_request]

# on which event should we start push, pullrequest or schedule dispatches
on:
- push
- pull_request



jobs:
build:

# we run this on selhosted runner, use labels to be more specific
runs-on: self-hosted

strategy:
matrix:
example: [
Expand All @@ -21,13 +30,15 @@ jobs:
examples/writeRegisters
]

arduino-platform: ["arduino:avr"]
arduino-platform: [
"arduino:avr",
"Infineon:xmc"
]

include:
- arduino-platform: "arduino:avr"
fqbn: "arduino:avr:uno"

runs-on: self-hosted
fqbn:
- arduino:avr:uno

steps:
- name: Checkout
Expand Down

0 comments on commit 76b7927

Please sign in to comment.