RobotWebTools / rclnodejs

Node.js version of ROS 2.0 client
https://docs.ros.org/en/humble/Concepts/Basic/About-Client-Libraries.html?highlight=rclnodejs#community-maintained
Apache License 2.0
311 stars 70 forks source link

Replace appveyor with Github action/workflow for Windows builds #854

Closed wayneparrott closed 2 years ago

wayneparrott commented 2 years ago

The project recently switch to using Github Actions for Linux builds. This PR proposes to replace the Appveyor CI with Github Actions similar to the Linux build model.

See related issues: #841, #834

wayneparrott commented 2 years ago

Currently blocked by bug https://github.com/ros-tooling/setup-ros/issues/491

wayneparrott commented 2 years ago

setup-ros v0.3.4 has been released. We should be able to resume work on this. I'm hoping that #856 will reduce many of the past challenges with windows ci.

minggangw commented 2 years ago

Good news! Thanks for keeping looking at this issue.

minggangw commented 2 years ago

I have stopped the appveyor for rclnodejs, as it's always failing :(

minggangw commented 2 years ago

I think we can mark this as resolved, thanks!