Skip to content

Commit

Permalink
ci: build one app with picolib
Browse files Browse the repository at this point in the history
  • Loading branch information
bradjc committed Jun 11, 2024
1 parent fc29cbe commit b7b8c02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,5 @@ jobs:
run: pushd examples; ./build_all.sh || exit; popd
- name: ci-debug-build
run: pushd examples/blink; make debug RAM_START=0x20004000 FLASH_INIT=0x30051 || exit; popd
- name: ci-build-picolib
run: pushd examples/tests/hello_loop; make clean; make PICOLIB=1 || exit; popd

0 comments on commit b7b8c02

Please sign in to comment.