-
Notifications
You must be signed in to change notification settings - Fork 55
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
Show active build status in readme #490
Comments
@DedSec256 Could you look into that when you have time, please? |
Thanks @auduchinok I'm able to build now locally! |
I'll take a look. However, we have an external dependency on a daily SDK build, so the current CI will not help track down API breakdowns, and we need to figure out how to trigger the build every day, regardless of commits to the main branch. |
You can do cron stuff in GitHub actions if I remember correctly. |
Hello,
I just synced my fork and can no longer build my
ReSharper.FSharp.sln
.See errors
This could mean two things:
net231
branch here.It would be great if I could go to the home page of this repository and see if the current branch is indeed building correctly.
I guess some workflow very similar to
.github\workflows\ci.yml
would suffice where the code is built every time there is a commit. (Maybe skip running the tests, I don't know about that).Once this is set up a badge could be displayed from https://shields.io/category/build in the ReadMe.
Does this sound sensible?
The text was updated successfully, but these errors were encountered: