add ci build_esp32s.py

This commit is contained in:
hathach
2020-04-07 16:49:17 +07:00
parent 62c14a6866
commit 353aa80814
2 changed files with 102 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ jobs:
fail-fast: false
matrix:
example: ['board_test', 'cdc_dual_ports', 'cdc_msc', 'cdc_msc_freertos', 'dfu_rt',
'hid_composite', 'hid_generic_inout', 'midi_test', 'msc_dual_lun', 'net_lwip_webserver',
'hid_composite', 'hid_composite_freertos', 'hid_generic_inout', 'midi_test', 'msc_dual_lun', 'net_lwip_webserver',
'usbtmc', 'webusb_serial']
steps:
- name: Setup Python
@@ -97,5 +97,4 @@ jobs:
- name: Build
run: |
. $HOME/esp-idf/export.sh
cd examples/device/cdc_msc_freertos
idf.py build
python3 tools/build_esp32s.py