4
Celes
6y

Hi guys,
I'm going to make a template project for Cpp. And one of my questions is how to use Travis ci to test things with clang 6, on every platform. I was thinking about using a custom docker, but I didn't find a project using this. Is there a problem with it?

Comments
  • 0
  • 0
    Ah seem like this question fell into the void x)
  • 0
    @Celes Bummer, I did some clang stuff with tavis but I remember being clueless about how it all worked so I only used g++ in the end. It is possible though.
  • 0
    @BigBoo yeah the only problem is the default version of clang which ships with Travis ^^
  • 1
    @Celes Yeah, I remember it being something like this. It was almost a year ago I fiddled around with it. But if you find a nice solution. Please let me know in any way if possible 😁
Add Comment