summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-04-07 16:49:17 +0700
committerhathach <[email protected]>2020-04-07 16:49:17 +0700
commit353aa8081495e0a5ccf970513bbcff495dc5f71d (patch)
treee4e93530c3daec90548f04a6cf68f74dab60c128 /.github/workflows
parent62c14a686654db7ee34ac88c1dcf33d67736da4c (diff)
add ci build_esp32s.py
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 584ee1d70..0174b9cb7 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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