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