Skip to content
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 workflow #238

Draft
wants to merge 12 commits into
base: ros2-master
Choose a base branch
from
29 changes: 29 additions & 0 deletions .github/workflows/binary-build-win.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Windows Binary Build
# author: Christoph Fröhlich <[email protected]>
# description: 'Build & test all dependencies from released (binary) windows 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_ci
with:
ros_distro: jazzy
ref_for_scheduled_build: ros2-master
os_name: windows-2019
2 changes: 1 addition & 1 deletion control_toolbox.jazzy.repos
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ repositories:
realtime_tools:
type: git
url: https://github.com/ros-controls/realtime_tools
version: master
version: windows_ci
christophfroehlich marked this conversation as resolved.
Show resolved Hide resolved
Loading