WIP: Setup Appveyor configuration#4299
WIP: Setup Appveyor configuration#4299RochesterinNYC wants to merge 4 commits intorubygems:masterfrom RochesterinNYC:setup-appveyor
Conversation
| version: "{build}" | ||
| skip_tags: true | ||
| branches: | ||
| only: |
There was a problem hiding this comment.
Also needs to build stable
There was a problem hiding this comment.
Okay, gotcha. Just a heads-up, this is a work-in-progress PR since I'm pushing stuff to the PR and experimenting/fixing errors as Appveyor reports them in the builds. They do seem to support local testing in the same way you can work with Travis builds in a local container but I'd need to boot up a Windows VM so this seems easier.
|
thanks for doing this! I think I've gotten autobuilds turned off while we figure it all out. |
|
@indirect, Sure, what does turning off auto-builds do exactly? Will Appveyor builds on this PR still trigger on new commits/force push? |
|
I'm not sure if they will trigger automatically or not--I'm trying to keep Appveyor from failing other pull requests while we work on it here. |
|
Gotcha. Was just concerned that that would disable auto-builds for this PR, but that doesn't seem to be the case. All good. |
|
|
|
Yeah, sorry, this is still a work in progress. Is it urgent that we get the Appveyor stuff up? I'm a bit blocked/limited by how slow/low priority our free tier AppVeyor builds are. To unblock this factor, I've set up remote desktop login on the builds and will try that next. Also, might look into booting up a Windows VM or borrowing a Windows comp with powershell to try and get the setup + test suite working with the proper commands on Windows. |
|
Nope, not urgent at all ;) |
|
@RochesterinNYC Just in case I'm not understanding you correctly - To run the test suite successfully on Appveyor, we can just do some "experimental work" on a Windows ENV first, since everything is basically the same? |
|
@allenzhao Yes, this is essentially about getting the specs passing cleanly on a Windows machine and seeing if/what changes to the test suite are needed to make this happen. |
|
☔ The latest upstream changes (presumably #5800) made this pull request unmergeable. Please resolve the merge conflicts. |
This is a work-in-progress PR to setup Appveyor builds for Bundler. It's a work in progress since I'm pushing stuff to the PR and experimenting/fixing errors as Appveyor reports them in the builds.