-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from pilotak/dev
travis fix
- Loading branch information
Showing
6 changed files
with
47 additions
and
43 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,25 @@ | ||
language: python | ||
python: | ||
- "2.7" | ||
- "2.7" | ||
|
||
sudo: false | ||
cache: | ||
directories: | ||
- "~/.platformio" | ||
directories: | ||
- "~/.platformio" | ||
|
||
env: | ||
- PLATFORMIO_CI_SRC=examples/MovingAverageAngle | ||
- PLATFORMIO_CI_SRC=examples/MovingAverageAngle | ||
|
||
install: | ||
- pip install -U platformio | ||
- platformio update | ||
- pip install -U platformio | ||
- platformio update | ||
- platformio lib -g install 1383 | ||
|
||
script: | ||
- platformio ci --lib="." --board=uno --board=zero --board=esp01_1m | ||
- platformio ci --lib="." --board=uno --board=zero --board=esp01_1m | ||
|
||
|
||
notifications: | ||
email: | ||
on_success: change | ||
on_failure: change |
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
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
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ maintainer=Pavel Slama <[email protected]> | |
sentence=Arduino & Mbed Library for averaging angles 0-360° | ||
paragraph= | ||
url=https://github.com/pilotak/MovingAverageAngle | ||
includes=MovingAverageFloat.h,MovingAverageAngle.h | ||
includes=MovingAverageAngle.h | ||
category=Signal Input/Output | ||
version=1.0.0 | ||
architectures=* |