-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
38 additions
and
27 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,13 +1,22 @@ | ||
language: python | ||
python: | ||
- "2.7" | ||
- "2.7" | ||
|
||
env: | ||
- PLATFORMIO_PROJECT_DIR=examples/hello-world | ||
- PLATFORMIO_PROJECT_DIR=examples/hello-world | ||
|
||
install: | ||
- pip install -U https://github.com/platformio/platformio/archive/feature/platformio-30.zip | ||
- platformio platform install file://. | ||
- pip install -U https://github.com/platformio/platformio/archive/develop.zip | ||
- platformio platform install file://. | ||
|
||
script: | ||
- platformio run -d $PLATFORMIO_PROJECT_DIR | ||
- platformio run -d $PLATFORMIO_PROJECT_DIR | ||
|
||
notifications: | ||
email: false | ||
|
||
slack: | ||
rooms: | ||
secure: lDUpAT7KPfMSNcsgO4kxFL/SKqaFnk72RoO2ReQPns/5vUR+dLB3gz6/JJ3yy7vnmMzcwDrD2UfPA8pDm7Fw3NyYsaJKeTsQBYjaPk7HIBC6CAixKZG8lEzYobIDDzT74H8SUTXE6hlHDcCjUX4gGIjU+2pOT1Zk60Aftlg5NpiVjDJHcPL0h6Pc2weMPEw9vNIbp5v9t0F/qWmoTTUztDa3Qkjn9GzcW+BLwg2l6MME80N+xpAYw/9SzpQtX6YWLiXftGxXWqNvYvpkX+9T12jM8iXQ50zW6uueeUAiOjSU7vM2tmv8vcC9SIOyq7NvWSfXs1+ATNhBsnXsbWOG7EQ0spR26iDFctpQ0p+AoNzYRmuM80WawxLbd/RFBQMrVd7Zs81s+i+dsAnAy9jodDCU6j0Qmvq7OjRBd2FE//ULZA2dBK/tmLENX5cAumPevxWmn5+hy2E8NjG+GpoO7UVoxpGd3U7Up32cc2z+JB0hHcpJQ39tyW0gt25c3gdf3rQ0zCkEc4tRsroiCDZOJ6jXjbKrHBy5FhSvyzKgpdEVZ5xIOcBVEZu+9rwmbreJInb9xdIimVs+FkSFcloAQ67H6OISyy5NKHiGJSfxqXr+nUlrTQJQcnpJD294JNOBMhjJOP2+ggxrQdVb0YTQ+fB+rkIEDjHVmL+ZXoIF0r8= | ||
on_failure: always | ||
on_success: 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
# | ||
# PlatformIO Project Configuration File | ||
# | ||
# Please make sure to read documentation with examples first | ||
# http://docs.platformio.org/en/stable/projectconf.html | ||
# | ||
; PlatformIO Project Configuration File | ||
; | ||
; Build options: build flags, source filter, extra scripting | ||
; Upload options: custom port, speed and extra flags | ||
; Library options: dependencies, extra library storages | ||
; | ||
; Please visit documentation for the other options and examples | ||
; http://docs.platformio.org/en/stable/projectconf.html | ||
|
||
[env:windows_x86] | ||
platform = windows_x86 |
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