mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			180 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			180 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/bash -ex
 | |
| 
 | |
| chmod a+x ./.ci/scripts/format/docker.sh
 | |
| docker run -v $(pwd):/yuzu yuzuemu/build-environments:linux-clang-format /bin/bash -ex /yuzu/.ci/scripts/format/docker.sh
 | 
