Skip to content

Commit bcd90ba

Browse files
committed
DM: update readme and add travis
1 parent e0c8ee1 commit bcd90ba

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

.travis.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
language: c
2+
sudo: false
3+
cache:
4+
directories:
5+
- ~/arduino_ide
6+
- ~/.arduino15/packages/
7+
git:
8+
depth: false
9+
quiet: true
10+
env:
11+
global:
12+
- ARDUINO_IDE_VERSION="1.8.5"
13+
- PRETTYNAME="Adafruit BME280 Arduino Library"
14+
# Optional, will default to "$TRAVIS_BUILD_DIR/Doxyfile"
15+
# - DOXYFILE: $TRAVIS_BUILD_DIR/Doxyfile
16+
17+
before_install:
18+
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
19+
20+
install:
21+
- arduino --install-library "Adafruit ILI9341","Adafruit GFX Library"
22+
23+
script:
24+
- build_main_platforms
25+
26+
# Generate and deploy documentation
27+
after_success:
28+
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/library_check.sh)
29+
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/doxy_gen_and_deploy.sh)

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Adafruit BME280 Library [![Build Status](https://travis-ci.org/adafruit/Adafruit_BME280_Library.svg?branch=master)](https://travis-ci.org/adafruit/Adafruit_BME280_Library)
2+
3+
<img src="https://cdn-shop.adafruit.com/970x728/2652-00.jpg" height="300"/>
4+
15
This is a library for the Adafruit BME280 Humidity, Barometric Pressure + Temp sensor
26

37
Designed specifically to work with the Adafruit BME280 Breakout

0 commit comments

Comments
 (0)