mirror of
				https://git.suyu.dev/suyu/suyu.git
				synced 2025-10-31 14:56:40 +08:00 
			
		
		
		
	Merge pull request #1555 from ccawley2011/clang-format-docker
travis: Use pre-built image for clang-format target
This commit is contained in:
		
						commit
						5e6ad795cc
					
				| @ -1,3 +1,3 @@ | |||||||
| #!/bin/bash -ex | #!/bin/bash -ex | ||||||
| 
 | 
 | ||||||
| docker run -v $(pwd):/yuzu ubuntu:18.04 /bin/bash -ex /yuzu/.travis/clang-format/docker.sh | docker run --env-file .travis/common/travis-ci.env -v $(pwd):/yuzu -v "$HOME/.ccache":/root/.ccache citraemu/build-environments:linux-clang-format /bin/bash -ex /yuzu/.travis/clang-format/docker.sh | ||||||
|  | |||||||
| @ -1,3 +1,3 @@ | |||||||
| #!/bin/sh -ex | #!/bin/sh -ex | ||||||
| 
 | 
 | ||||||
| docker pull ubuntu:18.04 | docker pull citraemu/build-environments:linux-clang-format | ||||||
|  | |||||||
| @ -1,8 +1,5 @@ | |||||||
| #!/bin/bash -ex | #!/bin/bash -ex | ||||||
| 
 | 
 | ||||||
| apt-get update |  | ||||||
| apt-get install -y clang-format-6.0 |  | ||||||
| 
 |  | ||||||
| # Run clang-format | # Run clang-format | ||||||
| cd /yuzu | cd /yuzu | ||||||
| ./.travis/clang-format/script.sh | ./.travis/clang-format/script.sh | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user