-
Notifications
You must be signed in to change notification settings - Fork 259
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
Add windows to build matrix #317
Conversation
Signed-off-by: Anas Abou Allaban <aabouallaban@pm.me>
14b3fbb
to
e0f57d3
Compare
Windows build failing since there's a double repo pull somewhere:
It looks like this requires a custom |
That looks like it pulled in Edit: |
Signed-off-by: Anas Abou Allaban <allabana@amazon.com>
@zmichaels11 we can use the workflow suggested in the action itself here :) # Run the generator and output the results to a file.
- run: |
rosinstall_generator <package-name> --rosdistro <target-distro> \
--deps-only --deps --upstream-development > /tmp/deps.repos Also the repos pull failed b/c the repo is not checked out with the |
That'd be fantastic to have Windows github actions. We've recently switched over the ros2 ci to windows container builds. Maybe that's some point of interest to help debugging this problem? |
Signed-off-by: Anas Abou Allaban <allabana@amazon.com>
Signed-off-by: Anas Abou Allaban <allabana@amazon.com>
bcd9d19
to
7a2b82d
Compare
The first issue was resolved but then this issue popped up again :) ros-tooling/action-ros-ci#79 |
Add Windows to the build and test workflow.
Closes #316
Signed-off-by: Anas Abou Allaban aabouallaban@pm.me