-
Notifications
You must be signed in to change notification settings - Fork 120
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
Merged
Merged
Add windows workflow #238
Changes from 8 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
e1f825f
Rename some workflow files
christophfroehlich 6148bf9
Add windows workflow file
christophfroehlich ef28e6d
Fix pre-commit
christophfroehlich b18b591
Fix branch filters
christophfroehlich eaa9409
Use Ninja generator for rsl
christophfroehlich ddaaea6
explicitly install jinja2
christophfroehlich 9df84bb
Add typeguard
christophfroehlich 04e2c70
Fix typo
christophfroehlich 7139958
Merge branch 'ros2-master' into ci/windows
christophfroehlich e22fc20
Use master branch of CI repo
christophfroehlich 3ffa9c7
Filters should now build from HEAD version
christophfroehlich File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| name: Rolling Windows Semi-Binary Build | ||
| # author: Christoph Fröhlich <[email protected]> | ||
| # description: 'Build & test all dependencies from semi-binary packages.' | ||
|
|
||
| on: | ||
| workflow_dispatch: | ||
| pull_request: | ||
| branches: | ||
| - ros2-master | ||
| # types: | ||
| # - labeled | ||
| push: | ||
| branches: | ||
| - ros2-master | ||
| # issue_comment: | ||
| # types: | ||
| # - created | ||
|
|
||
| jobs: | ||
| binary-windows: | ||
| # if: | | ||
| # (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 | ||
| with: | ||
| ros_distro: rolling | ||
| ref_for_scheduled_build: master | ||
| pixi_dependencies: typeguard jinja2 boost compilers | ||
| windows_dependencies: control_toolbox.windows.rolling.repos | ||
| ninja_packages: rsl | ||
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| repositories: | ||
| filters: | ||
| type: git | ||
| url: https://github.com/christophfroehlich/filters.git | ||
| version: ros2-boost | ||
| cpp_polyfills: | ||
| type: git | ||
| url: https://github.com/PickNikRobotics/cpp_polyfills.git | ||
| version: main | ||
| rsl: | ||
| type: git | ||
| url: https://github.com/PickNikRobotics/RSL.git | ||
| version: main | ||
| generate_parameter_library: | ||
| type: git | ||
| url: https://github.com/PickNikRobotics/generate_parameter_library.git | ||
| version: main |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.