exercism / gui

MIT License
22 stars 13 forks source link

Support 32 bit packages #21

Closed holandes22 closed 8 years ago

holandes22 commented 8 years ago

For windows this should be easier since appveyor supports 32bit images. Travis might be a problem.

This will also allow to test easily on Windows as MS provides 32 bits vbox images free for 90 days: https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/linux/

holandes22 commented 8 years ago

This is working for Windows, but unfortunately travis does not support 32 bit images, and doesn't seem they will support them any time soon.

If the need arises for a 32 bit package I'll re-open this