Skip to content

Commit

Permalink
Add Windows CI to GitHub workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Perron <[email protected]>
  • Loading branch information
jacobperron committed Oct 21, 2021
1 parent 3aa08a8 commit db17a54
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ on: [pull_request]

jobs:
build_and_test:
runs-on: ubuntu-20.04
strategy:
matrix:
os: [ubuntu-20.04, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: ros-tooling/[email protected]
Expand Down

0 comments on commit db17a54

Please sign in to comment.