Skip to content

Commit

Permalink
Some more variables
Browse files Browse the repository at this point in the history
  • Loading branch information
OlafFilies committed Nov 27, 2023
1 parent 453a0db commit cc66168
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,17 @@ jobs:
# board packages we want to run
platform: [
"arduino:avr",
"infineon:xmc",
"infineon:xmc"
]

include:
- workspace: "Arduino/libraries"
- lib: "magnetic-angle-sensor"
- workspace: "Arduino/libraries"

- platform: "arduino:avr"
fqbn: arduino:avr:uno
- platform: "infineon:xmc"
fqbn: Infineon:xmc:XMC1100_XMC2GO
- platform: "infineon:xmc"
fqbn: Infineon:xmc:XMC4700_Relax_Kit


steps:
Expand All @@ -60,6 +58,7 @@ jobs:
run: |
ln -sfn /opt/XMC-for-Arduino ~/.arduino15/packages/Infineon
mkdir -p "$HOME/${{ matrix.workspace }}"
echo export
ln -sf $GITHUB_WORKSPACE/ $HOME/${{ matrix.workspace }}/${{ matrix.lib }}
# Update the arduino code. Attention this does not setup XMC packages as this are set inside the selfhosted runner
Expand Down

0 comments on commit cc66168

Please sign in to comment.