mirror of
				https://github.com/yuzu-emu/liftinstall.git
				synced 2025-11-04 10:25:06 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			193 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			193 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/bash -ex
 | 
						|
 | 
						|
# the UID for the container yuzu user is 1027
 | 
						|
docker run -u root -v $(pwd):/liftinstall -t yuzuemu/build-environments:linux-liftinstall /bin/bash /liftinstall/.travis/build.sh
 |