diff --git a/.github/workflows/main_matrix.yml b/.github/workflows/main_matrix.yml index 13c32d783..1168a7d0d 100644 --- a/.github/workflows/main_matrix.yml +++ b/.github/workflows/main_matrix.yml @@ -62,8 +62,6 @@ jobs: - board: heltec-v1 - board: heltec-v2.0 - board: heltec-v2.1 - - board: heltec-v3 - - board: heltec-wsl-v3 - board: tbeam0.7 - board: meshtastic-diy-v1 - board: meshtastic-dr-dev @@ -71,13 +69,24 @@ jobs: - board: station-g1 - board: m5stack-core - board: m5stack-coreink - - board: tbeam-s3-core - - board: tlora-t3s3-v1 - board: nano-g1-explorer uses: ./.github/workflows/build_esp32.yml with: board: ${{ matrix.board }} + build-esp32-s3: + strategy: + fail-fast: false + matrix: + include: + - board: heltec-v3 + - board: heltec-wsl-v3 + - board: tbeam-s3-core + - board: tlora-t3s3-v1 + uses: ./.github/workflows/build_esp32_s3.yml + with: + board: ${{ matrix.board }} + build-nrf52: strategy: fail-fast: false @@ -176,7 +185,7 @@ jobs: gather-artifacts: runs-on: ubuntu-latest - needs: [build-esp32, build-nrf52, build-native] #, build-rpi2040] + needs: [build-esp32, build-esp32-s3, build-nrf52, build-native] #, build-rpi2040] steps: - name: Checkout code uses: actions/checkout@v3 @@ -193,7 +202,7 @@ jobs: id: version - name: Move files up - run: mv -b -t ./ ./*tbeam-2*/littlefs*.bin ./*tbeam-2*/bleota.bin ./**/firmware*.bin ./*t-echo*/Meshtastic_nRF52_factory_erase.uf2 ./**/firmware-*.uf2 ./**/firmware-*-ota.zip ./**/*.elf ./*native*/*device-*.sh ./*native*/*device-*.bat + run: mv -b -t ./ ./*tbeam-2*/littlefs*.bin ./*tbeam-2*/bleota*.bin ./**/firmware*.bin ./*t-echo*/Meshtastic_nRF52_factory_erase.uf2 ./**/firmware-*.uf2 ./**/firmware-*-ota.zip ./**/*.elf ./*native*/*device-*.sh ./*native*/*device-*.bat - name: Repackage in single firmware zip uses: actions/upload-artifact@v3