crossbario / autobahn-cpp

WAMP for C++ in Boost/Asio
https://crossbar.io/autobahn
Boost Software License 1.0
251 stars 104 forks source link

Add Clang CI jobs #218

Closed robinlinden closed 3 years ago

robinlinden commented 3 years ago

I ran into some issues trying to build Boost with libc++, so I added an option to use libstdc++ for now. I'll take another look at a Clang libc++ CI build soon.

oberstet commented 3 years ago

I'll take another look at a Clang libc++ CI build soon.

awesome -/ fwiw, we might track that as part of this bunch of issues https://github.com/crossbario/autobahn-cpp/issues?q=is%3Aissue+is%3Aopen+label%3ACI-CD - also, I think these CI improvements really have a multiplying payback, as it will improve / speed up / robustify library development process. highly welcome!