Update ccpp.yml
This commit is contained in:
parent
27f41a70a1
commit
ce7eaff0c9
1 changed files with 21 additions and 0 deletions
21
.github/workflows/ccpp.yml
vendored
Normal file
21
.github/workflows/ccpp.yml
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
name: Github Arduino Library CI
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: pre-install
|
||||
run: source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
|
||||
- name: install
|
||||
run: arduino --install-library "Adafruit BusIO"
|
||||
run: arduino --install-library "Adafruit Unified Sensor"
|
||||
- name: test
|
||||
run: build_main_platforms
|
||||
- name: documentation
|
||||
run: source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/library_check.sh)
|
||||
run: source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/doxy_gen_and_deploy.sh)
|
||||
Loading…
Reference in a new issue