jbaldwin / libcoro

C++20 coroutine library
Apache License 2.0
599 stars 62 forks source link

Add: CI for MSVC. #188

Closed bjones1 closed 1 year ago

bjones1 commented 1 year ago

Add CI coverage for the MSVC compiler.

bjones1 commented 1 year ago

Here's CI for MSVC, per the request in #184. Currently, it's failing until #184 is merged. There will probably be a few more bugs to fix after that, as well.

bjones1 commented 1 year ago

I merged in the latest from main, then added fixes required to get CI passing with MSVC. Success!

jbaldwin commented 1 year ago

Nice! I'll get this one merged. Awesome work.