-
Notifications
You must be signed in to change notification settings - Fork 472
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add GitHub actions #172
base: master
Are you sure you want to change the base?
Add GitHub actions #172
Conversation
Create a first github action to create a CMake based build
- enforcing -lc++ linker flag - verbose compile commands - output on test failure
Starting to look nice, have a look here: https://github.com/andreasbuhr/cppcoro/runs/1245006472 |
Feel free to steal bits from libunifex actions config. https://github.com/facebookexperimental/libunifex/blob/master/.github/workflows/libunifex-ci.yml |
add MSVC 2019 x64 build
455c163
to
e2af832
Compare
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. |
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.