Skip to content

Commit

Permalink
DM: add travis
Browse files Browse the repository at this point in the history
  • Loading branch information
deanm1278 committed Feb 13, 2018
1 parent e86b25d commit c9ef244
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
language: c
sudo: false

# Blacklist
branches:
except:
- gh-pages

env:
global:
- PRETTYNAME="Adafruit ZeroFFT Arduino Library"
# Optional, will default to "$TRAVIS_BUILD_DIR/Doxyfile"
# - DOXYFILE: $TRAVIS_BUILD_DIR/Doxyfile

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

install:
- arduino --install-library "Adafruit ILI9341","Adafruit GFX Library","Adafruit Circuit Playground","Adafruit Zero PDM Library"

script:
- build_samd_platforms

# Generate and deploy documentation
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)

0 comments on commit c9ef244

Please sign in to comment.