-
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
Set up continuous integration for C++ and C# #22
Comments
|
Superseded by #122 ? |
One step at a time, we are not sure how to set up CI for C++/C# libs. First, lets have this running for R. |
Related: #121 |
I'm sure it is possible (cf https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net) but I have no experience in building C++/C#. Though, I have enough experience to provide support for translating technical requirement (provided by Rob) to github actions/workflow. |
It's probably no problem for the .NET assemblies, but the native dll's are a different story. We need to produce a package containing rSharpUx.so and rSharpMs.dll for Ubuntu and Windows respectively. You need both OS's to build them. |
Co-authored-by: Robert McIntosh <[email protected]> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Windows and Linux
The text was updated successfully, but these errors were encountered: