add build files
This commit is contained in:
parent
ae45c4f0cf
commit
1bf5c2cf48
5 changed files with 11 additions and 4 deletions
8
.github/workflows/githubci.yml
vendored
8
.github/workflows/githubci.yml
vendored
|
|
@ -7,9 +7,9 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
arduino-platform: ["esp8266", "esp32", "funhouse",
|
||||
"pyportal_tinyusb", "metro_m4_airliftlite_tinyusb"]
|
||||
|
||||
arduino-platform: ["esp32", "funhouse", "magtag",
|
||||
"metroesp32s2", "pyportal_tinyusb",
|
||||
"metro_m4_airliftlite_tinyusb"]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/setup-python@v1
|
||||
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
run: |
|
||||
git clone --quiet https://github.com/adafruit/WiFiNINA.git /home/runner/Arduino/libraries/WiFiNINA
|
||||
|
||||
- name: test platforms
|
||||
- name: Build platforms
|
||||
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }}
|
||||
|
||||
|
||||
|
|
|
|||
1
examples/Wippersnapper_demo/.esp32.generate
Normal file
1
examples/Wippersnapper_demo/.esp32.generate
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
examples/Wippersnapper_demo/.funhouse.test.generate
Normal file
1
examples/Wippersnapper_demo/.funhouse.test.generate
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
|
||||
3
examples/Wippersnapper_demo/.pyportal_tinyusb.generate
Normal file
3
examples/Wippersnapper_demo/.pyportal_tinyusb.generate
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
|
||||
Loading…
Reference in a new issue