diff --git a/.github/workflows/jazzy-build-win.yml b/.github/workflows/jazzy-build-win.yml new file mode 100644 index 0000000..45bcca3 --- /dev/null +++ b/.github/workflows/jazzy-build-win.yml @@ -0,0 +1,29 @@ +name: Windows Binary Build +# author: Christoph Fröhlich +# description: 'Build & test all dependencies from released (binary) windows packages.' + +on: + workflow_dispatch: + pull_request: + branches: + - master + # types: + # - labeled + push: + branches: + - 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@master + with: + ros_distro: jazzy + ref_for_scheduled_build: master + os_name: windows-2019