Open
Conversation
Create a first github action to create a CMake based build
- enforcing -lc++ linker flag - verbose compile commands - output on test failure
Contributor
Author
|
Starting to look nice, have a look here: https://github.com/andreasbuhr/cppcoro/runs/1245006472 |
Owner
|
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
Contributor
Author
|
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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.