summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ad27407d3..6c7b074a7 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -181,20 +181,23 @@ jobs:
asset_content_type: application/zip
# ---------------------------------------
- # Build ESP32S2 family
+ # Build ESP32SX family
# ---------------------------------------
- build-esp32s2:
+ build-esp32sx:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
board:
# Alphabetical order
+ # ESP32-S2
- 'adafruit_feather_esp32s2'
- 'adafruit_magtag_29gray'
- 'adafruit_metro_esp32s2'
- 'espressif_kaluga_1'
- 'espressif_saola_1'
+ # ESP32-S3
+ # - 'espressif_addax_1' # temporarily remove the board from test while espressif MR is not merged
steps:
- name: Setup Python
@@ -207,7 +210,7 @@ jobs:
uses: actions/checkout@v2
- name: Build
- run: docker run --rm -v $PWD:/project -w /project espressif/idf:latest python3 tools/build_esp32s2.py ${{ matrix.board }}
+ run: docker run --rm -v $PWD:/project -w /project espressif/idf:latest python3 tools/build_esp32sx.py ${{ matrix.board }}
# ---------------------------------------
# Build msp430 family