From 99aba1fb73bc9a442ab3ececd6f9cef9adc54293 Mon Sep 17 00:00:00 2001 From: Jan Hoffmann Date: Wed, 7 Aug 2019 16:26:38 +0200 Subject: [PATCH] added travis and library properties --- .travis.yml | 21 +++++++++++++++++++++ library.properties | 10 ++++++++++ 2 files changed, 31 insertions(+) create mode 100644 .travis.yml create mode 100644 library.properties diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..832f623 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,21 @@ +language: c +sudo: false + +# Blacklist +branches: + except: + - gh-pages + +env: + global: + - PRETTYNAME="Adafruit 2.8" TFT display Library" + +before_install: + - source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh) + +script: + - build_main_platforms + +# Generate and deploy documentation +after_success: + - source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/library_check.sh) diff --git a/library.properties b/library.properties new file mode 100644 index 0000000..ed80f03 --- /dev/null +++ b/library.properties @@ -0,0 +1,10 @@ +name=Adafruit 2.8" TFT display Library +version=1.0.0 +author=Adafruit +maintainer=Adafruit +sentence=Adafruit 2.8" TFT display Library +paragraph=Adafruit 2.8" TFT display Library +category=Display +url=https://github.com/adafruit/TFTLCD-Library +architectures=* +depends=