mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-10-31 16:13:45 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			187 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			187 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| language: go
 | |
| 
 | |
| go:
 | |
|   - 1.4
 | |
|   - 1.3
 | |
|   - 1.2
 | |
|   - tip
 | |
| 
 | |
| install:
 | |
|   - if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
 | |
| 
 | |
| script:
 | |
|   - go test -cover
 | 
