-
Notifications
You must be signed in to change notification settings - Fork 44
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
ci: add Windows builds #3
Comments
Can probably re-use (parts of) the builds in |
Unfortunately those one use vcpkg for their dependencies, and as far as I know there is no easy to use/fast way to build ROS on top of vcpkg provided dependencies. The two main options that come to my mind are:
Related to the second point, I plan to eventually package abb_libegm and abb_librws in conda-forge, that should make the CI setup easier. |
Personally I don't develop on Windows, which is also why this is labelled
Again, personally, I don't really have a preference, as long as whatever we end up implementing gives a good indication of whether or not Windows builds are successful and those builds can be used for CI purposes (ie: detecting regressions, etc). btw @traversaro: the two links to the |
Yes, sorry for that, I fixed the second link now. |
Same here, as I don't use ROS at least for ABB-related stuff. I just wanted to drop a few pointers as I saw the abb_libegm/abb_librws CI setup mentioned, as I know that Windows CI and packaging usually scares a bit contributors, so having a few pointers could be helpful. |
certainly. Grazie mille. |
Azure Edge Robotics has documentation for CI using Github actions for Windows: (Once we complete the MoveIt2 work, I'll check back on this thread) |
We should add Windows builds to CI. Here, and in
ros-industrial/abb_egm_rws_managers
andros-industrial/abb_robot_driver_interfaces
.The text was updated successfully, but these errors were encountered: