diff options
| author | hathach <[email protected]> | 2020-03-11 10:25:46 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-03-11 10:25:46 +0700 |
| commit | 4e6d464c7a073fe0b330d5087ebc4671ea3c47a5 (patch) | |
| tree | 2ac9b868738c9ee2c7dc84226c905a5be3d07644 /.github/workflows | |
| parent | ba74223c2e93e95ac1479ed86379852adaf8141b (diff) | |
add cdc_msc_freertos to ci
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 54d4babac..4cf2f1390 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,8 +24,9 @@ jobs: strategy: fail-fast: false matrix: - example: ['board_test', 'cdc_dual_ports', 'cdc_msc', 'dfu_rt', 'hid_composite', 'hid_generic_inout', - 'midi_test', 'msc_dual_lun', 'net_lwip_webserver', 'usbtmc', 'webusb_serial'] + 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', + 'usbtmc', 'webusb_serial'] steps: - name: Setup Python uses: actions/setup-python@v1 |
