mirror of
				https://github.com/optim-enterprises-bv/nDPId.git
				synced 2025-10-31 18:27:47 +00:00 
			
		
		
		
	CI: don't run systemd integration test on mac
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @@ -237,7 +237,7 @@ jobs: | ||||
|         run: | | ||||
|           ./test/run_tests.sh ./libnDPI ./build/nDPId-test | ||||
|       - name: Daemon | ||||
|         if: endsWith(matrix.compiler, 'cc') || endsWith(matrix.compiler, 'clang') | ||||
|         if: startsWith(matrix.compiler, 'gcc') || endsWith(matrix.compiler, 'clang') | ||||
|         run: | | ||||
|           make -C ./build daemon VERBOSE=1 | ||||
|           make -C ./build daemon VERBOSE=1 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Toni Uhlig
					Toni Uhlig