cppcoro icon indicating copy to clipboard operation
cppcoro copied to clipboard

Add GitHub actions

Open andreasbuhr opened this issue 3 years ago • 3 comments

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 avatar Oct 10 '20 12:10 andreasbuhr

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

andreasbuhr avatar Oct 13 '20 00:10 andreasbuhr

Feel free to steal bits from libunifex actions config.

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

lewissbaker avatar Oct 13 '20 01:10 lewissbaker

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.

andreasbuhr avatar Dec 06 '20 09:12 andreasbuhr