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

Fix Windows CI build #31

Open
robo9k opened this issue Feb 11, 2016 · 0 comments
Open

Fix Windows CI build #31

robo9k opened this issue Feb 11, 2016 · 0 comments
Labels

Comments

@robo9k
Copy link

robo9k commented Feb 11, 2016

The AppVeyor Windows CI build is currently failing because it can not download the prebuilt libsdl2 dependencies. From a quick glance, the formerly used prebuilt libraries are not available since the entire repository tedsta/getting-started-with-piston is gone.
This might be worked around by using glutin_window instead of sdl2_window, but I remember @jakerr having troubles with that on Mac OS X.

Windows might be able to use x86_64-pc-windows-msvc, since the CI VM includes Visual Studio.

Either way, both Windows and Linux CI builds should use the same Rust version matrix, i.e. at least stable (and maybe beta and nightly).

@robo9k robo9k added the ci label Feb 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant