mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
try build script with docker
This commit is contained in:
parent
474404f6f1
commit
7a025c9282
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -10,8 +10,8 @@ jobs:
|
|||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v1
|
||||||
|
|
||||||
#- name: Docker ESP-IDF
|
- name: Pull ESP-IDF docker
|
||||||
# run: docker pull espressif/idf:latest
|
run: docker pull espressif/idf:latest
|
||||||
|
|
||||||
- name: Checkout TinyUSB
|
- name: Checkout TinyUSB
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
@ -21,8 +21,7 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
cd examples/device/cdc_msc_freertos
|
cd examples/device/cdc_msc_freertos
|
||||||
docker run --rm -v $PWD:/project -w /project espressif/idf:latest idf.py build
|
docker run --rm -v $PWD:/project -w /project espressif/idf:latest python3 tools/build_esp32s.py
|
||||||
#python3 tools/build_esp32s.py
|
|
||||||
exit 1
|
exit 1
|
||||||
|
|
||||||
# Unit testing with Ceedling
|
# Unit testing with Ceedling
|
||||||
|
Loading…
x
Reference in New Issue
Block a user