mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-09-10 23:06:03 +00:00
Add OSNMA tests to the GitHub CI
This commit is contained in:
10
.github/workflows/main.yml
vendored
10
.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,8 +68,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*
|
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:
|
build-macos-xcode:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
|
Reference in New Issue
Block a user