Compare commits
7 commits
master
...
use-action
| Author | SHA1 | Date | |
|---|---|---|---|
| 21eb009648 | |||
| a47d51934c | |||
| 2d5d5b725a | |||
| 74e5a98667 | |||
| 45da8b96b7 | |||
| e09b79cf1d | |||
| 5e9baa2355 |
1 changed files with 3 additions and 22 deletions
25
.github/workflows/githubci.yml
vendored
25
.github/workflows/githubci.yml
vendored
|
|
@ -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
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue