Compare commits

...

7 commits

Author SHA1 Message Date
21eb009648 bump 2021-09-08 13:52:37 -05:00
a47d51934c bump 2021-09-08 13:51:44 -05:00
2d5d5b725a bump 2021-09-08 13:48:15 -05:00
74e5a98667 bump 2021-09-08 13:41:25 -05:00
45da8b96b7 try using actions version of arduino-ci 2021-09-08 13:38:58 -05:00
e09b79cf1d try using actions version of arduino-ci 2021-09-08 13:38:16 -05:00
5e9baa2355 upload artifacts after CI 2021-09-08 11:47:53 -05:00

View file

@ -7,26 +7,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/setup-python@v1 - uses: jepler/actions-arduino-ci@main
with: with:
python-version: '3.x' pretty-name: 'Adafruit SI1145 Arduino Library'
- uses: actions/checkout@v2 repo-token: ${{ secrets.GH_REPO_TOKEN }}
- uses: actions/checkout@v2
with:
repository: adafruit/ci-arduino
path: ci
- name: pre-install
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: doxygen
env:
GH_REPO_TOKEN: ${{ secrets.GH_REPO_TOKEN }}
PRETTYNAME : "Adafruit SI1145 Arduino Library"
run: bash ci/doxy_gen_and_deploy.sh