diff --git a/.github/workflows/build-clang-doxy.yml b/.github/workflows/build-clang-doxy.yml index 978e13015..91a34e25b 100644 --- a/.github/workflows/build-clang-doxy.yml +++ b/.github/workflows/build-clang-doxy.yml @@ -550,6 +550,7 @@ jobs: "feather_esp32s3_debug", "feather_esp32s3_4mbflash_2mbpsram_debug", "feather_esp32s3_tft_debug", + "feather_esp32s3_reverse_tft_debug", ] steps: - uses: actions/setup-python@v4 @@ -563,7 +564,7 @@ jobs: echo >>$GITHUB_ENV WS_VERSION=$(git describe --dirty --tags) - uses: actions/checkout@v4 with: - repository: adafruit/ci-arduino + repository: brentru/ci-arduino path: ci - name: Install CI-Arduino run: bash ci/actions_install.sh @@ -597,9 +598,10 @@ jobs: - name: list run: | ls - ls examples/*/build/ + ls -R examples/*/build/ - name: Rename build artifacts to reflect the platform name run: | + mv examples/*/build/*/wippersnapper_debug.ino.uf2 wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2 mv examples/*/build/*/wippersnapper_debug.ino.bin wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.bin - name: upload build artifacts diff --git a/examples/Wippersnapper_NoFS/.feather_esp32s3_reverse_tft_debug.test.skip b/examples/Wippersnapper_NoFS/.feather_esp32s3_reverse_tft_debug.test.skip new file mode 100644 index 000000000..b28b04f64 --- /dev/null +++ b/examples/Wippersnapper_NoFS/.feather_esp32s3_reverse_tft_debug.test.skip @@ -0,0 +1,3 @@ + + + diff --git a/examples/Wippersnapper_demo/.feather_esp32s3_reverse_tft_debug.test.skip b/examples/Wippersnapper_demo/.feather_esp32s3_reverse_tft_debug.test.skip new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/examples/Wippersnapper_demo/.feather_esp32s3_reverse_tft_debug.test.skip @@ -0,0 +1 @@ + diff --git a/examples/wippersnapper_debug/.feather_esp32s3_reverse_tft_debug.generate b/examples/wippersnapper_debug/.feather_esp32s3_reverse_tft_debug.generate new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/examples/wippersnapper_debug/.feather_esp32s3_reverse_tft_debug.generate @@ -0,0 +1 @@ + diff --git a/library.properties b/library.properties index 843b3ab28..5f4733745 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Adafruit WipperSnapper -version=1.0.0-beta.85 +version=1.0.0-beta.86 author=Adafruit maintainer=Adafruit sentence=Arduino application for Adafruit.io WipperSnapper