27 Mar
2017
27 Mar
'17
3:57 p.m.
Vinnie Falco wrote:
Could I trouble you (or anyone) to submit a tiny patch to fix this issue? I'm not fluent in Travis: https://github.com/vinniefalco/NuDB/issues/52
I have no idea why Travis is using gcc4.6.3 even though the .yml file asks for gcc5:
The .yml file only installs gcc5, it doesn't ask for it. The default gcc/g++ is still the same (4.6). gcc5 is gcc-5/g++-5. I don't know how this needs to be passed to cmake, presumably by setting CC/CXX?