Skip to content

Commit

Permalink
ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
caternuson committed Sep 10, 2021
1 parent d89f48c commit cdd24dc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/githubci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ 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: brentru/ci-arduino
path: ci

- name: pre-install
Expand All @@ -23,10 +23,18 @@ jobs:
run: python3 ci/build_platform.py main_platforms

- name: clang
run: python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r .
run: python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r .

- name: doxygen
env:
GH_REPO_TOKEN: ${{ secrets.GH_REPO_TOKEN }}
PRETTYNAME : "Adafruit TCS34725 Library"
run: bash ci/doxy_gen_and_deploy.sh

- name: upload artifactss
uses: actions/upload-artifact@v2
with:
name: Upload compiled files
path: |
examples/*/build/*/*.hex
examples/*/build/*/*.uf2
Empty file.

0 comments on commit cdd24dc

Please sign in to comment.