Skip to content

Commit

Permalink
Add --library option
Browse files Browse the repository at this point in the history
  • Loading branch information
ssilverman committed Jan 7, 2025
1 parent 5a3c11d commit 152420a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,13 @@ jobs:
if [[ "${{ matrix.fqbn }}" =~ ^teensy: ]]; then
all_flags="$(arduino-cli compile --fqbn ${{ matrix.fqbn }} ${example} --show-properties |grep build.flags.defs) ${{ matrix.flags }}"
arduino-cli compile \
--library QNEthernet \
--warnings all \
--build-property "${all_flags}" \
--fqbn ${{ matrix.fqbn }} ${example} #&> /dev/null
else
arduino-cli compile \
--library QNEthernet \
--warnings all \
--build-property compiler.cpp.extra_flags="${{ matrix.flags }}" \
--build-property compiler.c.extra_flags="${{ matrix.flags }}" \
Expand Down

0 comments on commit 152420a

Please sign in to comment.