mirror of
				https://github.com/Xahau/xahaud.git
				synced 2025-11-04 10:45:50 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			148 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			148 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/bash
 | 
						|
 | 
						|
echo "Mounting $(pwd)/io in ubuntu and running unit tests"
 | 
						|
docker run --rm -i -v $(pwd):/io ubuntu sh -c '/io/release-build/xahaud -u'
 |