Build all tests for windows

release/4.3a0
Tal Regev 2024-06-13 14:20:20 +03:00
parent aba056176e
commit 6419b0d749
No known key found for this signature in database
GPG Key ID: A421558E0F87AC82
1 changed files with 1 additions and 0 deletions

View File

@ -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