Add CI
This commit is contained in:
parent
5088cb6c8b
commit
1cee8e8ca5
3 changed files with 7 additions and 1 deletions
2
.github/workflows/build-clang-doxy.yml
vendored
2
.github/workflows/build-clang-doxy.yml
vendored
|
|
@ -592,7 +592,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
arduino-platform: ["picow_rp2040_tinyusb", "picow_rp2350_tinyusb"]
|
arduino-platform: ["picow_rp2040_tinyusb", "picow_rp2350_tinyusb", "fruit_jam_tinyusb"]
|
||||||
steps:
|
steps:
|
||||||
- name: "skip if unwanted"
|
- name: "skip if unwanted"
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
|
||||||
3
examples/Wippersnapper_demo/.fruit_jam_tinyusb.generate
Normal file
3
examples/Wippersnapper_demo/.fruit_jam_tinyusb.generate
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Loading…
Reference in a new issue