We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f83f0d commit 7a7b781Copy full SHA for 7a7b781
.github/workflows/ci.yml
@@ -51,3 +51,5 @@ jobs:
51
run: pushd examples; ./build_all.sh || exit; popd
52
- name: ci-debug-build
53
run: pushd examples/blink; make debug RAM_START=0x20004000 FLASH_INIT=0x30051 || exit; popd
54
+ - name: ci-build-picolib
55
+ run: pushd examples/tests/hello_loop; make clean; make PICOLIB=1 || exit; popd
0 commit comments