mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-11-03 22:22:08 +00:00 
			
		
		
		
	[client] ds: build SDL backend in CI
SDL was made optional, and defaulted to off, in c34fe10. However, we
should still make sure it continues building.
			
			
This commit is contained in:
		
				
					committed by
					
						
						Geoffrey McRae
					
				
			
			
				
	
			
			
			
						parent
						
							484012a90c
						
					
				
				
					commit
					952f50eb8c
				
			
							
								
								
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@@ -30,7 +30,7 @@ jobs:
 | 
			
		||||
      run: |
 | 
			
		||||
        mkdir client/build
 | 
			
		||||
        cd client/build
 | 
			
		||||
        cmake -DCMAKE_BUILD_TYPE={{ matrix.build_type }} ..
 | 
			
		||||
        cmake -DCMAKE_BUILD_TYPE={{ matrix.build_type }} -DENABLE_SDL=ON ..
 | 
			
		||||
    - name: Build client
 | 
			
		||||
      run: |
 | 
			
		||||
        cd client/build
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user