summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2020-03-11 12:50:41 +0700
committerGitHub <[email protected]>2020-03-11 12:50:41 +0700
commita0eb8a26517040850a0e4185aef398183b04ddc7 (patch)
tree106767d1dccbb015966c98e8792b9da9d1021af9 /.github/workflows
parent41d9ab5056c63dc0ecf4b60d55a5f653b561a0c5 (diff)
parent5fa1e6e242f08d340a46b9a8c885b8495dbe2c76 (diff)
Merge pull request #297 from hathach/develop
Added cdc_msc_freertos example to ci build
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 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