File tree Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Original file line number Diff line number Diff line change @@ -117,42 +117,6 @@ jobs:
117
117
path : |
118
118
*.elf
119
119
120
-
121
- # ---------------------------------------
122
- # Build all no-family (orphaned) boards
123
- # disable this workflow since it is often failed randomly
124
- # ---------------------------------------
125
- build-board :
126
- runs-on : ubuntu-latest
127
- if : false
128
- strategy :
129
- fail-fast : false
130
- matrix :
131
- example :
132
- # Alphabetical order, a group of 4
133
- - ' device/audio_test device/board_test device/cdc_dual_ports device/cdc_msc'
134
- - ' device/cdc_msc_freertos device/dfu_runtime device/hid_composite device/hid_composite_freertos'
135
- - ' device/hid_generic_inout device/hid_multiple_interface device/midi_test device/msc_dual_lun'
136
- - ' device/net_lwip_webserver'
137
- - ' device/uac2_headset device/usbtmc device/webusb_serial host/cdc_msc_hid'
138
-
139
- steps :
140
- - name : Setup Python
141
- uses : actions/setup-python@v4
142
- with :
143
- python-version : ' 3.x'
144
-
145
- - name : Install ARM GCC
146
- uses : carlosperate/arm-none-eabi-gcc-action@v1
147
- with :
148
- release : ' 11.2-2022.02'
149
-
150
- - name : Checkout TinyUSB
151
- uses : actions/checkout@v3
152
-
153
- - name : Build
154
- run : python3 tools/build_board.py ${{ matrix.example }}
155
-
156
120
# ---------------------------------------
157
121
# Hardware in the loop (HIL)
158
122
# Current self-hosted instance is running on an RPI4 with
You can’t perform that action at this time.
0 commit comments