Build all tests for windows
parent
aba056176e
commit
6419b0d749
|
@ -124,6 +124,7 @@ jobs:
|
||||||
# https://stackoverflow.com/a/24470998/1236990
|
# 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
|
||||||
cmake --build build -j4 --config ${{ matrix.build_type }} --target gtsam_unstable
|
cmake --build build -j4 --config ${{ matrix.build_type }} --target gtsam_unstable
|
||||||
|
cmake --build build -j4 --config ${{ matrix.build_type }} --target all.tests
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in New Issue