-
Notifications
You must be signed in to change notification settings - Fork 90
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
Setup basic Windows CI #275
Comments
Is crater still heavily docker based? If so that'd narrow the possibilities here a bit and somehow we'd have to build x86_64-pc-windows-gnu libraries on try builds (which we don't currently do, but could in theory do). Otherwise though it may just be getting try builds for Windows working! |
Er wait, sorry, this is just CI, in that case you should be able to enable it at any time (in theory any member of rust-lang-nursery can, AppVeyor permissions are a little wonky though) |
I'm not actually a member of rust-lang-nursery though, and I still need to get an appveyor config file up. |
@alexcrichton I opened a PR (#278) with a basic |
@Eh2406 fixed the Windows build in #267, and it would be nice to have Appveyor checking if the code builds to avoid regressions.
cc @alexcrichton @aidanhs #149
The text was updated successfully, but these errors were encountered: