Skip to content

Commit 5cd4480

Browse files
committed
skip clang and doxy for now
1 parent 15531ce commit 5cd4480

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/githubci.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
- 'cpb'
1414
- 'nrf52840'
1515
# RP2040
16-
- 'feather_rp2040_tinyusb'
17-
- 'pico_rp2040_tinyusb'
16+
#- 'feather_rp2040_tinyusb'
17+
#- 'pico_rp2040_tinyusb'
1818
# SAMD
1919
- 'feather_m4_can_tinyusb'
2020
- 'metro_m0_tinyusb'
@@ -45,6 +45,8 @@ jobs:
4545
clang_and_doxy:
4646
runs-on: ubuntu-latest
4747
needs: build
48+
# skip clang and doxy for now
49+
if: ${{ 'true' == 'false' }}
4850
steps:
4951
- name: Setup Python
5052
uses: actions/setup-python@v1
@@ -63,9 +65,8 @@ jobs:
6365
- name: pre-install
6466
run: bash ci/actions_install.sh
6567

66-
# skip clang for now since tinyusb stack does not follow this rule
67-
#- name: clang
68-
# run: python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r .
68+
- name: clang
69+
run: python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r .
6970

7071
- name: doxygen
7172
env:

0 commit comments

Comments
 (0)