mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-07 05:54:11 +08:00
update ci
This commit is contained in:
parent
50b569ad1b
commit
00104894dc
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -79,6 +79,11 @@ jobs:
|
|||||||
# Build ESP32S
|
# Build ESP32S
|
||||||
build-esp32s:
|
build-esp32s:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
|
matrix:
|
||||||
|
example: ['board_test', 'cdc_msc_freertos', 'hid_composite_freertos']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v1
|
||||||
@ -92,4 +97,4 @@ jobs:
|
|||||||
submodules: 'false'
|
submodules: 'false'
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: docker run --rm -v $PWD:/project -w /project espressif/idf:latest python3 tools/build_esp32s.py
|
run: docker run --rm -v $PWD:/project -w /project espressif/idf:latest python3 tools/build_esp32s.py ${{ matrix.example }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user