Skip to content

Commit

Permalink
includ second job
Browse files Browse the repository at this point in the history
  • Loading branch information
OlafFilies committed Nov 3, 2023
1 parent 571f45b commit 7b323e9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,13 @@ jobs:

- name: Set and check environment, install repos
run: |
ln -sfn /opt/XMC-for-Arduino ~/.arduino15/packages/Infineon
mkdir -p "$HOME/Arduino/libraries"
ln -sf $GITHUB_WORKSPACE/ $HOME/Arduino/libraries/magnetic-angle-sensor
cd /opt/runner_support/
./find_usb.sh `cat ./board2port.yaml | shyaml get-value ${{ matrix.port_name}}`
./find_usb.sh `cat ./board2port.yaml | shyaml get-value ${{ matrix.port_name}}`
- name: Compile Sketch
run: |
arduino-cli compile --fqbn ${{ matrix.fqbn }} --libraries="." --libraries="$HOME/Arduino/libraries/." ${{ matrix.example }} --export-binaries

0 comments on commit 7b323e9

Please sign in to comment.