forked from arendst/Tasmota
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Merge branch 'release-6.2' into development"
- Loading branch information
Showing
198 changed files
with
68,886 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
default.vim | ||
fontconvert/fontconvert | ||
# Our handy .gitignore for automation ease | ||
Doxyfile* | ||
doxygen_sqlite3.db | ||
html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
language: c | ||
sudo: false | ||
cache: | ||
directories: | ||
- ~/arduino_ide | ||
- ~/.arduino15/packages/ | ||
git: | ||
depth: false | ||
quiet: true | ||
env: | ||
global: | ||
- ARDUINO_IDE_VERSION="1.8.5" | ||
- PRETTYNAME="Adafruit GFX Library" | ||
|
||
before_install: | ||
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh) | ||
|
||
install: | ||
- arduino --install-library "Adafruit ILI9341" | ||
|
||
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) | ||
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/doxy_gen_and_deploy.sh) |
Oops, something went wrong.