mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Setup CI with testing
This commit is contained in:
		@@ -3,6 +3,7 @@ language: go
 | 
			
		||||
go:
 | 
			
		||||
  - 1.4
 | 
			
		||||
  - 1.5
 | 
			
		||||
  - 1.6
 | 
			
		||||
 | 
			
		||||
before_install:
 | 
			
		||||
  - sudo apt-get update -qq
 | 
			
		||||
@@ -12,7 +13,9 @@ before_install:
 | 
			
		||||
install:
 | 
			
		||||
  - go get -t -v ./...
 | 
			
		||||
 | 
			
		||||
script: go build -v -tags "pam"
 | 
			
		||||
script: 
 | 
			
		||||
  - go build -v -tags "pam"
 | 
			
		||||
  - go test -v -cover -race ./...
 | 
			
		||||
 | 
			
		||||
notifications:
 | 
			
		||||
  email:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user