added travis and library properties

This commit is contained in:
Jan Hoffmann
2019-08-07 16:26:38 +02:00
parent 8ad1ede59f
commit 99aba1fb73
2 changed files with 31 additions and 0 deletions
+21
View File
@@ -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)
+10
View File
@@ -0,0 +1,10 @@
name=Adafruit 2.8" TFT display Library
version=1.0.0
author=Adafruit
maintainer=Adafruit <info@adafruit.com>
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=