mirror of
				https://github.com/maride/pancap.git
				synced 2025-10-10 19:36:51 +00:00 
			
		
		
		
	drone ci file
This commit is contained in:
		
							parent
							
								
									b396827c1f
								
							
						
					
					
						commit
						3efacd5453
					
				
							
								
								
									
										23
									
								
								.drone.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								.drone.yml
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,23 @@ | ||||
| kind: pipeline | ||||
| name: default | ||||
| 
 | ||||
| platform: | ||||
| 	os: linux | ||||
| 	arch: amd64 | ||||
| 
 | ||||
| steps: | ||||
| - name: test | ||||
|   image: golang:latest | ||||
|   commands: | ||||
|   - go test -cover -v . | ||||
| 
 | ||||
| - name: coverage | ||||
|   image: golang:latest | ||||
|   commands: | ||||
|   - go test -coverprofile=cover.out | ||||
|   - go tool cover -func=cover.out | ||||
| 
 | ||||
| - name: build | ||||
|   image: golang:latest | ||||
|   commands: | ||||
|   - go build . | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user