mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-12 19:20:32 +00:00
Add OSNMA tests to the GitHub CI
This commit is contained in:
parent
27f93e5626
commit
03a8366fa2
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -34,8 +34,9 @@ jobs:
|
|||||||
- name: check
|
- name: check
|
||||||
run: cd build && ninja check && ../install/volk_gnsssdr_profile && ../install/run_tests
|
run: cd build && ninja check && ../install/volk_gnsssdr_profile && ../install/run_tests
|
||||||
- name: default position_test
|
- name: default position_test
|
||||||
run: cd build && cmake -DENABLE_SYSTEM_TESTING_EXTRA=ON -DENABLE_UNIT_TESTING_EXTRA=ON .. && \
|
run: |
|
||||||
ninja && ../install/position_test && ../install/run_tests --gtest_filter=Osnma* --log_dir=./
|
cd build && cmake -DENABLE_SYSTEM_TESTING_EXTRA=ON -DENABLE_UNIT_TESTING_EXTRA=ON .. && \
|
||||||
|
ninja && ../install/position_test && ../install/run_tests --gtest_filter=Osnma*
|
||||||
|
|
||||||
build-macos:
|
build-macos:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
@ -67,7 +68,8 @@ jobs:
|
|||||||
- name: check
|
- name: check
|
||||||
run: cd build && ninja check && ../install/volk_gnsssdr_profile && ../install/run_tests
|
run: cd build && ninja check && ../install/volk_gnsssdr_profile && ../install/run_tests
|
||||||
- name: default position_test
|
- name: default position_test
|
||||||
run: cd build && cmake -DENABLE_SYSTEM_TESTING_EXTRA=ON -DENABLE_UNIT_TESTING_EXTRA=ON .. && \
|
run: |
|
||||||
|
cd build && cmake -DENABLE_SYSTEM_TESTING_EXTRA=ON -DENABLE_UNIT_TESTING_EXTRA=ON .. && \
|
||||||
ninja && ../install/position_test && ../install/run_tests --gtest_filter=Osnma*
|
ninja && ../install/position_test && ../install/run_tests --gtest_filter=Osnma*
|
||||||
|
|
||||||
build-macos-xcode:
|
build-macos-xcode:
|
||||||
|
Loading…
Reference in New Issue
Block a user