updated github workflow

This commit is contained in:
Christian Riggenbach 2022-05-02 22:05:59 +02:00
parent c702120651
commit 132124b093
1 changed files with 7 additions and 7 deletions

View File

@ -16,17 +16,17 @@ jobs:
repository: adafruit/ci-arduino repository: adafruit/ci-arduino
path: ci path: ci
- name: pre-install - name: Install the prerequisites
run: bash ci/actions_install.sh run: bash ci/actions_install.sh
- name: test platforms - name: Check for correct code formatting with clang-format
run: python3 ci/build_platform.py main_platforms zero feather32u4 run: python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r .
- name: clang - name: Check for correct documentation with doxygen
run: python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r .
- name: doxygen
env: env:
GH_REPO_TOKEN: ${{ secrets.GH_REPO_TOKEN }} GH_REPO_TOKEN: ${{ secrets.GH_REPO_TOKEN }}
PRETTYNAME : "Adafruit Bus IO Library" PRETTYNAME : "Adafruit Bus IO Library"
run: bash ci/doxy_gen_and_deploy.sh run: bash ci/doxy_gen_and_deploy.sh
- name: Test the code on supported platforms
run: python3 ci/build_platform.py main_platforms zero feather32u4