-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
travis multiple environment deployment #467
Conversation
It's failing in the minimal environment for some reason:
[edit] fixed now |
@arendst would love to get your feedback |
board = esp01_1m | ||
board_flash_mode = qio | ||
build_flags = -Wl,-Tesp8266.flash.1m0.ld -DMQTT_MAX_PACKET_SIZE=512 -DBE_MINIMAL | ||
lib_deps = PubSubClient, NeoPixelBus, IRremoteESP8266, ArduinoJSON |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure if all those libs are needed in the minimal env
Example release with all 4 environments: https://github.com/wiktorschmidt/Sonoff-Tasmota/releases/tag/v5.1.3.envs |
I'm currently OoO. Will be back next week and chck. |
Very nice! I will board this boat. |
🎉 |
5.1.4 20170601 * Removed pre-compiled versions from repository as they are available within the release * Changed HUE Device type to color supporting version (#464) * Fix compile error when BE_MINIMAL is selected (#467, #476) * Add multiple compiled versions to release using updated Travis script and platformio.ini (#467)
5.1.4 20170601 * Removed pre-compiled versions from repository as they are available within the release * Changed HUE Device type to color supporting version (arendst#464) * Fix compile error when BE_MINIMAL is selected (arendst#467, arendst#476) * Add multiple compiled versions to release using updated Travis script and platformio.ini (arendst#467)
a little hack that allows to publish all platform.io environments to github
also adding 2 extra environments to platform.io: minimal & 8 x DS18x20