forked from adafruit/Adafruit_Sensor
This commit is contained in:
6
.github/workflows/githubci.yml
vendored
6
.github/workflows/githubci.yml
vendored
@ -19,6 +19,12 @@ jobs:
|
|||||||
- name: pre-install
|
- name: pre-install
|
||||||
run: bash ci/actions_install.sh
|
run: bash ci/actions_install.sh
|
||||||
|
|
||||||
|
# manually install ADXL343
|
||||||
|
- name: extra libraries
|
||||||
|
run: |
|
||||||
|
export PATH=$PATH:$GITHUB_WORKSPACE/bin
|
||||||
|
arduino-cli lib install "Adafruit ADXL343"
|
||||||
|
|
||||||
- name: test platforms
|
- name: test platforms
|
||||||
run: python3 ci/build_platform.py main_platforms
|
run: python3 ci/build_platform.py main_platforms
|
||||||
|
|
||||||
|
@ -8,4 +8,4 @@ category=Sensors
|
|||||||
url=https://github.com/adafruit/Adafruit_Sensor
|
url=https://github.com/adafruit/Adafruit_Sensor
|
||||||
architectures=*
|
architectures=*
|
||||||
includes=Adafruit_Sensor.h
|
includes=Adafruit_Sensor.h
|
||||||
depends=Adafruit ADXL343
|
|
||||||
|
Reference in New Issue
Block a user