sheredom / utf8.h

📚 single header utf8 string functions for C and C++
The Unlicense
1.71k stars 122 forks source link

Try other gcc and clang compiler versions on linux and macosx. #36

Closed sheredom closed 5 years ago

warmwaffles commented 6 years ago

Why not bump this into a test shell script to be exec'd there. Would make running tests locally easier too. I had to actually crack the travis yml open to get the test environment set up locally.

sheredom commented 6 years ago

I'll take that on board aye! I've been struggling because Travis doesn't allow arbitrary matrices of running - I really liked that the individual parts of a Travis run would be atomic little 'this ran on Linux / gcc 4.8 / release build' and at present I can't do that!