12 Nov
2016
12 Nov
'16
4:08 p.m.
Rene Rivera wrote:
With the scripts Predef is using you can specify which version of Xcode to use.
Yes, what matrix to use is a matter of taste. I use Travis as a quick smoke test so I just run two jobs, one Linux, one OS X. I deliberately keep them at C++03 as this configuration is undertested. If however extensive test coverage is the goal, one can go with a full-blown matrix of g++ versions, OS X images and -std options.