summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorPeter Lawrence <[email protected]>2020-03-15 18:28:13 -0500
committerPeter Lawrence <[email protected]>2020-03-15 18:28:13 -0500
commite7efcb6fd57b689d25a3b42d01c14ffe39e76500 (patch)
tree20e9d5b48207299aadeaf8d37bcfe826608997c9 /.github/workflows
parent53732805b76882b3e0eba561ce854e0a95dd6dfe (diff)
parenta0eb8a26517040850a0e4185aef398183b04ddc7 (diff)
merge with current master
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 729222512..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', '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