mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-10 15:40:46 +00:00
try build with docker
This commit is contained in:
parent
836c70e80d
commit
474404f6f1
15
.github/workflows/build.yml
vendored
15
.github/workflows/build.yml
vendored
@ -10,10 +10,19 @@ jobs:
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v1
|
||||
|
||||
- name: failed
|
||||
#- name: Docker ESP-IDF
|
||||
# run: docker pull espressif/idf:latest
|
||||
|
||||
- name: Checkout TinyUSB
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: 'false'
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
docker --version
|
||||
docker pull espressif/idf:latest
|
||||
cd examples/device/cdc_msc_freertos
|
||||
docker run --rm -v $PWD:/project -w /project espressif/idf:latest idf.py build
|
||||
#python3 tools/build_esp32s.py
|
||||
exit 1
|
||||
|
||||
# Unit testing with Ceedling
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -11,6 +11,8 @@ latex
|
||||
*.elf
|
||||
*.ind
|
||||
.env
|
||||
.settings/
|
||||
.idea/
|
||||
/examples/*/*/build*
|
||||
test_old/
|
||||
tests_obsolete/
|
||||
|
Loading…
x
Reference in New Issue
Block a user