lewissbaker / cppcoro

A library of C++ coroutine abstractions for the coroutines TS
MIT License
3.36k stars 462 forks source link

Add GitHub actions #172

Open andreasbuhr opened 3 years ago

andreasbuhr commented 3 years ago

This pull request should add support for github actions. It is in a very early stage and should be significantly improved before merged.

Any help or review is greatly appreciated. Especially, help in creating MSVC tests would be great.

To help improve this pull request, please fork https://github.com/andreasbuhr/cppcoro/tree/add_github_actions and create a pull request toward this branch.

andreasbuhr commented 3 years ago

Starting to look nice, have a look here: https://github.com/andreasbuhr/cppcoro/runs/1245006472 Next step is to add MSVC.

lewissbaker commented 3 years ago

Feel free to steal bits from libunifex actions config.

https://github.com/facebookexperimental/libunifex/blob/master/.github/workflows/libunifex-ci.yml

andreasbuhr commented 3 years ago

This pull request is now open for two month. I now stop maintaining this pull request. From now on, I will continue to maintain the master branch in https://github.com/andreasbuhr/cppcoro. There we have CMake support, a CI based on Github Actions, and support for the latest compilers.