Skip to content

Commit

Permalink
github actions test for eringerli/ci-arduino adafruit#22
Browse files Browse the repository at this point in the history
  • Loading branch information
eringerli committed May 1, 2022
1 parent 1d694a4 commit 0b3b4b0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/githubci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,28 @@ on: [pull_request, push, repository_dispatch]
jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/setup-python@v1
with:
python-version: '3.x'
- uses: actions/checkout@v2
- uses: actions/checkout@v2
with:
repository: adafruit/ci-arduino
repository: eringerli/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

- 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 LSM6DS Sensors Library"
run: bash ci/doxy_gen_and_deploy.sh

# - name: Test the code on supported platforms
# run: python3 ci/build_platform.py main_platforms

0 comments on commit 0b3b4b0

Please sign in to comment.