Merge pull request #1764 from talregev/TalR/build_all_tests_windows
commit
a2a7a06646
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue