-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fixes #22 C# gha workflow #143
Conversation
…y/RSharp into C#-gha-workflow
I think we have to be observant about this. I believe the tests are not very reliable, but let's start with this. |
Fixes #22 |
R actions should start only after binaries successfully built. Will only work once the C# building workflow is in default branch (cf https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_run)
|
+ trigger R actions on pull request to main branch + remove comments
@rwmcintosh The However the |
It could be because gcc builds the binary equivalent when source is unchanged where msvc does not. I will commit a change in the C++ cod to test it today, but then I need to change it back again before merging. |
…y/RSharp into C#-gha-workflow
@Felixmil confirmed the above. Changes in cpp source will trigger a commit of .so. All Linux and Windows build/commit is complete. |
C# binaries are now built by github actions and pushed to repository (in PR branches, before merge) @PavelBal Can we merge ? |
Let's try out. |
Fixes #22