-
Notifications
You must be signed in to change notification settings - Fork 106
Add windows workflow #238
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
base: ros2-master
Are you sure you want to change the base?
Add windows workflow #238
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## ros2-master #238 +/- ##
============================================
Coverage 76.72% 76.72%
============================================
Files 30 30
Lines 1744 1744
Branches 107 107
============================================
Hits 1338 1338
Misses 346 346
Partials 60 60
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
This PR is stale because it has been open for 45 days with no activity. Please tag a maintainer for help on completing this PR, or close it if you think it has become obsolete. |
This pull request is in conflict. Could you fix it @christophfroehlich? |
This PR is stale because it has been open for 45 days with no activity. Please tag a maintainer for help on completing this PR, or close it if you think it has become obsolete. |
68188cf
to
6148bf9
Compare
# (github.event_name == 'issue_comment' && contains(github.event.comment.body, '/check-windows')) || | ||
# (github.event_name == 'pull_request' && contains(github.event.label.name, 'check-windows')) || | ||
# (github.event_name == 'workflow_dispatch') | ||
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-ros-tooling-win-build.yml@windows/pixi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-ros-tooling-win-build.yml@windows/pixi | |
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-ros-tooling-win-build.yml@master |
Needs ros-controls/ros2_control_ci#374
I had to make a workaround for RSL, because colcon+MSVC does not consider the CMakePresets file.
Needs upstream changes: