mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 05:25:15 +01:00 
			
		
		
		
	Restore make test target (#3139)
* Restore make test target * make build -> go build
This commit is contained in:
		
							parent
							
								
									58a7de2aea
								
							
						
					
					
						commit
						c082c3bce3
					
				
							
								
								
									
										10
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								.drone.yml
									
									
									
									
									
								
							@ -73,6 +73,16 @@ pipeline:
 | 
				
			|||||||
    when:
 | 
					    when:
 | 
				
			||||||
      event: [ push, tag, pull_request ]
 | 
					      event: [ push, tag, pull_request ]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  build-without-gcc:
 | 
				
			||||||
 | 
					    image: webhippie/golang:edge
 | 
				
			||||||
 | 
					    pull: true
 | 
				
			||||||
 | 
					    environment:
 | 
				
			||||||
 | 
					      GOPATH: /srv/app
 | 
				
			||||||
 | 
					    commands:
 | 
				
			||||||
 | 
					      - go build # test if build succeeds without the sqlite tag
 | 
				
			||||||
 | 
					    when:
 | 
				
			||||||
 | 
					      event: [ push, tag, pull_request ]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  test:
 | 
					  test:
 | 
				
			||||||
    image: webhippie/golang:edge
 | 
					    image: webhippie/golang:edge
 | 
				
			||||||
    pull: true
 | 
					    pull: true
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user