mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-11-03 21:20:31 -05:00 
			
		
		
		
	Linux package build: do not build server flavor
This commit is contained in:
		
							parent
							
								
									3377fb084b
								
							
						
					
					
						commit
						fecbd54a35
					
				@ -27,7 +27,8 @@ environment:
 | 
				
			|||||||
      CMAKE_CUSTOM_OPTIONS: "-DCMAKE_BUILD_TYPE=Release \
 | 
					      CMAKE_CUSTOM_OPTIONS: "-DCMAKE_BUILD_TYPE=Release \
 | 
				
			||||||
                             -DFORCE_SSE41=ON \
 | 
					                             -DFORCE_SSE41=ON \
 | 
				
			||||||
                             -DDEBUG_OUTPUT=ON \
 | 
					                             -DDEBUG_OUTPUT=ON \
 | 
				
			||||||
                             -DENABLE_EXTERNAL_LIBRARIES=ON"
 | 
					                             -DENABLE_EXTERNAL_LIBRARIES=ON \
 | 
				
			||||||
 | 
					                             -DBUILD_SERVER=OFF"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
for:
 | 
					for:
 | 
				
			||||||
  - matrix:
 | 
					  - matrix:
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								debian/rules
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								debian/rules
									
									
									
									
										vendored
									
									
								
							@ -4,7 +4,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# FORCE_SSE41 will be not accepted upstream
 | 
					# FORCE_SSE41 will be not accepted upstream
 | 
				
			||||||
override_dh_auto_configure:
 | 
					override_dh_auto_configure:
 | 
				
			||||||
	dh_auto_configure -- -DFORCE_SSE41=ON -DENABLE_EXTERNAL_LIBRARIES=ON -DDEBUG_OUTPUT=ON
 | 
						dh_auto_configure -- -DFORCE_SSE41=ON -DENABLE_EXTERNAL_LIBRARIES=ON -DDEBUG_OUTPUT=ON -DBUILD_SERVER=OFF
 | 
				
			||||||
 | 
					
 | 
				
			||||||
override_dh_auto_test:
 | 
					override_dh_auto_test:
 | 
				
			||||||
	echo "Skipping test step"
 | 
						echo "Skipping test step"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user