JuliaMultimedia / SimpleDirectMediaLayer.jl

SDL2
MIT License
81 stars 18 forks source link

Fix appveyor to run windows builds correctly. #5

Closed NHDaly closed 6 years ago

NHDaly commented 6 years ago

After this PR, appveyor should report that the windows build works correctly. See https://ci.appveyor.com/project/NHDaly/sdl2-jl/build/1.0.26 for this PR's successful build.

Note that I had to disable 32 bit julia builds because Cairo seems to fail, and I changed the julia nightly build into running but not affecting the test success because WinRPM doesn't seem to work on v0.7.


Enabling Appveyor wasn't too hard, I did it through the github marketplace: https://github.com/marketplace/appveyor.

(However, before I could enable it, I had to delete my old private repos I still had from back when I had a student account and github allowed for 5 free private repos. 😊)