mirror of
https://github.com/hathach/tinyusb.git
synced 2025-04-22 05:42:20 +00:00
more ci test
This commit is contained in:
parent
ec578fa8cb
commit
2824e5c97a
20
.github/workflows/esp32s2.yml
vendored
20
.github/workflows/esp32s2.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Build
|
name: Build ESP32-S2
|
||||||
|
|
||||||
on: [pull_request, push, repository_dispatch]
|
on: [pull_request, push, repository_dispatch]
|
||||||
|
|
||||||
@ -14,7 +14,7 @@ jobs:
|
|||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v1
|
||||||
|
|
||||||
- name: Install Toolchains
|
- name: Install ESP-IDF
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/espressif/esp-idf.git $HOME/esp-idf
|
git clone https://github.com/espressif/esp-idf.git $HOME/esp-idf
|
||||||
cd $HOME/esp-idf
|
cd $HOME/esp-idf
|
||||||
@ -24,11 +24,15 @@ jobs:
|
|||||||
- name: Checkout TinyUSB
|
- name: Checkout TinyUSB
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Checkout Submodules
|
# - name: Checkout Submodules
|
||||||
|
# run: |
|
||||||
|
# git submodule sync --recursive
|
||||||
|
# git submodule update --init --recursive
|
||||||
|
|
||||||
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
git submodule sync --recursive
|
. $HOME/esp-idf/export.sh
|
||||||
git submodule update --init --recursive
|
cd examples/device/cdc_msc_freertos
|
||||||
|
idf.py build
|
||||||
# - name: Build
|
#python3 tools/build_all.py ${{ matrix.example }}
|
||||||
# run: python3 tools/build_all.py ${{ matrix.example }}
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user