19 Dec
2015
19 Dec
'15
6:01 p.m.
I do have some concern about compiling on various versions of Windows/OSX though. I have a Windows 8.1 machine and could obviously use Visual Studio, but I'm not too sure about verification of older Windows/OSX versions. On Linux I can certainly create VMs for various distros. If anyone has some best practices or advice about handling different OS distros/versions, that would be great.
Travis has Linux/OSX support (no windows I'm aware of). For example, Boost.Hana has a quite detailed travis build file: https://github.com/boostorg/hana/blob/master/.travis.yml Benedek