Skip to content

Commit

Permalink
Add example headers
Browse files Browse the repository at this point in the history
  • Loading branch information
ssilverman committed Jan 7, 2025
1 parent 858f6ce commit 2e8cde3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ jobs:
- name: Compile Examples
run: |
for example in examples/*; do
echo
echo "Building ${example}..."
echo -n "========="
for i in $(seq 1 ${#example}); do echo -n "-"; done
echo "===="
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 \
Expand Down

0 comments on commit 2e8cde3

Please sign in to comment.