diff options
| author | Zachery Littell <[email protected]> | 2020-10-01 13:37:54 -0500 |
|---|---|---|
| committer | Zachery Littell <[email protected]> | 2020-10-01 13:37:54 -0500 |
| commit | 34775d909da5de2585821bf31370040d1fbb5f4a (patch) | |
| tree | 55d87e98987f8252c98065f4cba3412423102ed2 /.github/workflows | |
| parent | e21ab8d4a97ee909511cd096b440bf6255ca2c74 (diff) | |
Add pipeline task for example
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index da1f9e5e0..e2db8f775 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Setup Ruby uses: actions/setup-ruby@v1 - + - name: Checkout TinyUSB uses: actions/checkout@v2 @@ -35,13 +35,14 @@ jobs: - 'device/hid_composite' - 'device/hid_composite_freertos' - 'device/hid_generic_inout' + - 'device/hid_multipleinterface' - '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 @@ -79,7 +80,7 @@ jobs: with: # Cannot do submodule checkout here since LWIP's git server cannot checkout unadventised commits (it must use tags) submodules: 'false' - + - name: Checkout Submodules run: | git submodule sync --recursive |
