Skip to content
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

Closed
wants to merge 4 commits into from
Closed

travis multiple environment deployment #467

wants to merge 4 commits into from

Conversation

wiktorschmidt
Copy link

@wiktorschmidt wiktorschmidt commented May 21, 2017

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

@wiktorschmidt
Copy link
Author

wiktorschmidt commented May 21, 2017

It's failing in the minimal environment for some reason:

.pioenvs/sonoff-minimal/src/sonoff.ino.o:(.text._Z9GPIO_initv+0x2c): undefined reference to `dht_setup(unsigned char, unsigned char)'
.pioenvs/sonoff-minimal/src/sonoff.ino.o: In function `GPIO_init()':
sonoff.ino.cpp:(.text._Z9GPIO_initv+0x11b): undefined reference to `dht_setup(unsigned char, unsigned char)'

[edit] fixed now

@wiktorschmidt
Copy link
Author

@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
Copy link
Author

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

@wiktorschmidt
Copy link
Author

Example release with all 4 environments: https://github.com/wiktorschmidt/Sonoff-Tasmota/releases/tag/v5.1.3.envs

@arendst
Copy link
Owner

arendst commented May 22, 2017

I'm currently OoO. Will be back next week and chck.

@arendst
Copy link
Owner

arendst commented May 29, 2017

Very nice! I will board this boat.

@wiktorschmidt
Copy link
Author

🎉

arendst added a commit that referenced this pull request Jun 1, 2017
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)
@arendst arendst closed this Jun 4, 2017
curzon01 pushed a commit to curzon01/Tasmota that referenced this pull request Sep 6, 2018
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants