Skip to content

Commit

Permalink
Merge pull request #95 from eringerli/workflow
Browse files Browse the repository at this point in the history
updated github workflow
  • Loading branch information
ladyada authored May 2, 2022
2 parents 02665fd + 132124b commit bb7c77a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/githubci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ jobs:
repository: adafruit/ci-arduino
path: ci

- name: pre-install
- name: Install the prerequisites
run: bash ci/actions_install.sh

- name: test platforms
run: python3 ci/build_platform.py main_platforms zero feather32u4

- name: clang
run: python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r .
- name: Check for correct code formatting with clang-format
run: python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r .

- name: doxygen
- name: Check for correct documentation with doxygen
env:
GH_REPO_TOKEN: ${{ secrets.GH_REPO_TOKEN }}
PRETTYNAME : "Adafruit Bus IO Library"
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

0 comments on commit bb7c77a

Please sign in to comment.