-
Notifications
You must be signed in to change notification settings - Fork 13.3k
More recent build for Arduino library manager json URL? #558
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
Comments
Staging isn't especially recent AFAIK. To get the latest (though sometimes unstable) version: #547 (comment) HTH! |
@hamishcunningham a manual install will definitely work for more advanced users, but the board manager package makes it a lot easier for people to get started. maybe the package update be rolled into the travis deploy config so that stuff doesn't fall way out of sync? |
Regarding Travis deploy of packages — it's too easy to deploy a broken I'm fixing documentation and rebuilding the downloads site in preparation On Thu, Jul 16, 2015, 05:34 Todd Treece [email protected] wrote:
|
I have updated staging release today. Will test a bit more tonight, if there are no new issues, it will be pushed as a stable version. |
@igrr re: new staging release. check out #588. i'm not sure if this would help the ESP8266 arduino project, but i've been using travis ci to test build all of the examples for adafruit's arduino libraries to make sure they compile on different platforms. here's an example config: https://github.com/adafruit/adafruit-io-basics/blob/master/.travis.yml. thanks for all of your work! |
Todd, thanks for the tip regarding travis tests. I tried the same approach a few weeks back, but it looks like I was missing this part from your script: /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_1.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :1 -ac -screen 0 1280x1024x16
sleep 3
export DISPLAY=:1.0 Will certainly add tests to our travis build, thanks for the tip. Regarding #588, will fix promptly. |
Travis build now includes verification of example sketches under |
@igrr great! yeah the Arduino CLI expects a display for some reason, so you have to fake it. |
@tdicola @toddtreece please take note that link for the stable package has changed to |
@igrr thanks! |
Awesome, thanks so much! |
Just curious, is it possible to update the build published to the default Arduino library manager JSON URL (http://arduino.esp8266.com/package_esp8266com_index.json) to something more recent? The current build there is 1.6.4-673-g8cd3697 which is starting to get pretty old now (created May 22nd) for a quickly moving project like this one. There are some good fixes like one to make the pgmspace.h functions work (Links2004@936669e) that are only in later builds that aren't published yet. Any chance the published build could be updated so folks can get fixes like those?
Alternatively, is the staging build JSON URL (http://arduino.esp8266.com/staging/package_esp8266com_index.json) what people should use for more recent builds?
Also if there's anything in the current master branch code that you could use some help validating or checking out before publishing an updated release let me know--happy to help if I can, thanks!
The text was updated successfully, but these errors were encountered: