diff options
| author | Reinhard Panhuber <[email protected]> | 2020-09-04 16:23:39 +0200 |
|---|---|---|
| committer | Reinhard Panhuber <[email protected]> | 2020-09-04 16:23:39 +0200 |
| commit | 12562fc966e2c653de3f856afd7384063641dd80 (patch) | |
| tree | d48b7bb3cb273cfbd1db04f75346dd107b4ec336 /.github | |
| parent | 338e96fa826b2e2bbb6fb489456202e9e4ec4fe2 (diff) | |
| parent | 10d5dac9137adfd6c14d96e1079f08447eacd9d8 (diff) | |
Merge remote-tracking branch 'upstream/master' into uac2
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 |
