mirror of https://github.com/yuzu-mirror/yuzu
				
				
				
			Revert "CMake: Get Git submodule dependencies via CMake (#2474)"
This reverts commit 5cef446f42.
			
			
				pull/8/head
			
			
		
							parent
							
								
									bb4a1e059c
								
							
						
					
					
						commit
						cae9708a00
					
				@ -1,4 +1,3 @@
 | 
			
		||||
#!/bin/bash -ex
 | 
			
		||||
 | 
			
		||||
mkdir -p "$HOME/.ccache"
 | 
			
		||||
docker run -e ENABLE_COMPATIBILITY_REPORTING --env-file .travis/common/travis-ci.env -v $(pwd):/yuzu -v "$HOME/.ccache":/root/.ccache yuzuemu/build-environments:linux-mingw /bin/bash /yuzu/.travis/linux-mingw/docker.sh
 | 
			
		||||
mkdir "$HOME/.ccache" || true
 | 
			
		||||
docker run --env-file .travis/common/travis-ci.env -v $(pwd):/yuzu -v "$HOME/.ccache":/root/.ccache yuzuemu/build-environments:linux-mingw /bin/bash -ex /yuzu/.travis/linux-mingw/docker.sh
 | 
			
		||||
 | 
			
		||||
					Loading…
					
					
				
		Reference in New Issue