Skip to content

Commit

Permalink
Merge pull request #136 from hoffmannjan/master
Browse files Browse the repository at this point in the history
doxygen + readme + cleanups
  • Loading branch information
ladyada authored Jul 4, 2019
2 parents f76a512 + 56262f5 commit c1a3b9e
Show file tree
Hide file tree
Showing 7 changed files with 388 additions and 180 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# osx
.DS_Store

# doxygen
Doxyfile*
doxygen_sqlite3.db
html
*.tmp
29 changes: 29 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
language: c
sudo: false

cache:
directories:
- ~/arduino_ide
- ~/.arduino15/packages/

git:
depth: false
quiet: true

env:
global:
- ARDUINO_IDE_VERSION="1.8.7"
- PRETTYNAME="DHT sensor library"

before_install:
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)

install:
- arduino --install-library "Adafruit Unified Sensor"

script:
- build_main_platforms

after_success:
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/library_check.sh)
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/doxy_gen_and_deploy.sh)
Loading

0 comments on commit c1a3b9e

Please sign in to comment.