Skip to content

Commit

Permalink
Merge pull request #1764 from talregev/TalR/build_all_tests_windows
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Jun 24, 2024
2 parents aba0561 + 6419b0d commit a2a7a06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ jobs:
# https://stackoverflow.com/a/24470998/1236990
cmake --build build -j4 --config ${{ matrix.build_type }} --target gtsam
cmake --build build -j4 --config ${{ matrix.build_type }} --target gtsam_unstable
cmake --build build -j4 --config ${{ matrix.build_type }} --target all.tests
- name: Test
shell: bash
Expand Down

0 comments on commit a2a7a06

Please sign in to comment.