diff options
| author | Ha Thach <[email protected]> | 2021-04-19 13:01:50 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-19 13:01:50 +0700 |
| commit | 01801c881b464927e4c7e4f67fe0b9cd41bf0e5f (patch) | |
| tree | db6a276757962e08eba290abe7113d6616d47ca6 /.github/workflows | |
| parent | f2874f2431daa0966984310a10d17ae8693944d2 (diff) | |
| parent | 803b755554a69221f6d05a4b245f24045dfcd644 (diff) | |
Merge pull request #783 from alisitsyn/esp-based_on_334e95f
WIP: Add new Espressif target esp32s3 for tinyUSB
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 9 |
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 |
