mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-31 07:13:03 +00:00 
			
		
		
		
	Add OSNMA tests to the GitHub CI
This commit is contained in:
		
							
								
								
									
										9
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							| @@ -34,7 +34,8 @@ 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 .. && ninja && ../install/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=./ | ||||
|  | ||||
|   build-macos: | ||||
|     runs-on: macos-latest | ||||
| @@ -66,7 +67,8 @@ 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 .. && ninja && ../install/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* | ||||
|  | ||||
|   build-macos-xcode: | ||||
|     runs-on: macos-latest | ||||
| @@ -104,9 +106,10 @@ jobs: | ||||
|       - name: default position_test | ||||
|         run: | | ||||
|           cd build | ||||
|           cmake -DENABLE_SYSTEM_TESTING_EXTRA=ON .. | ||||
|           cmake -DENABLE_SYSTEM_TESTING_EXTRA=ON -DENABLE_UNIT_TESTING_EXTRA=ON .. | ||||
|           xcodebuild -configuration Release -target position_test | ||||
|           ../install/position_test | ||||
|           ../install/run_tests --gtest_filter=Osnma* | ||||
|  | ||||
|   clang-format: | ||||
|     runs-on: ubuntu-latest | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Carles Fernandez
					Carles Fernandez