diff options
| author | Ha Thach <[email protected]> | 2020-09-04 10:46:48 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-09-04 10:46:48 +0700 |
| commit | ed7a0de3abd12b7fefaeb2fc97607ae7d73d5419 (patch) | |
| tree | 15e3453593465f5879a75fee50e2dbb765d7c6a9 /.github | |
| parent | f10b8145afb6d7b78fbf31b525951b4137e1d774 (diff) | |
| parent | a8e538efe7d11291e32e016fad5910ebaf9eac43 (diff) | |
Merge pull request #505 from hathach/update-host
Update host
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2ad274928..da1f9e5e0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,9 +26,22 @@ jobs: strategy: fail-fast: false matrix: - example: ['board_test', 'cdc_dual_ports', 'cdc_msc', 'cdc_msc_freertos', 'dfu_rt', - 'hid_composite', 'hid_composite_freertos', 'hid_generic_inout', 'midi_test', 'msc_dual_lun', 'net_lwip_webserver', - 'usbtmc', 'webusb_serial'] + example: + - 'device/board_test' + - 'device/cdc_dual_ports' + - 'device/cdc_msc' + - 'device/cdc_msc_freertos' + - 'device/dfu_rt' + - 'device/hid_composite' + - 'device/hid_composite_freertos' + - 'device/hid_generic_inout' + - 'device/midi_test' + - 'device/msc_dual_lun' + - 'device/net_lwip_webserver' + - 'device/usbtmc' + - 'device/webusb_serial' + - 'host/cdc_msc_hid' + steps: - name: Setup Python uses: actions/setup-python@v1 |
