-
Notifications
You must be signed in to change notification settings - Fork 34
Enable Windows CI #39
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
Conversation
ff44486
to
ab60421
Compare
Windows compilation support * Updated arduino self.existing_executable function to find arduino_debug.exe * Added compilers to .arduino-ci.yaml so that build runs * Added error handling around the reg lookup so that it does not just bomb out and runs to the force install function. * Corrected the incorrect reg key used to allow testing of force download * Switched to http for downloads to avoid ssl error
It appears that the standard way to do it is pipe to null. The logs are spammed when run locally so I am not sure if this has the desired effect
61ae646
to
0e548ba
Compare
Punting #45 to future work |
@tomduff if you do any future work on this branch, don't worry about rubocop errors! I can tend to those for you. |
Switched to ruby methods for file system manipulation Introduced dependency on rubyzip for archive extraction
Issue #48 was inspired by my looking at the odd compilation error in wstring.cpp. I discovered the following which might be useful:
|
7c2ef2e
to
0a80583
Compare
Thanks for your help on this @tomduff ! |
@ianfixes No problem, glad I could assist. Does the merge down to master mean a new version of the Gem will be published? |
Soon. I have a few stray things to clean up that are going in #50 but after that I'll roll it out. |
If you hadn't already seen it, v0.1.10 is out with these fixes |
Highlights from
CHANGELOG.md
Issues Fixed