Apply 0.2.0 #1

Merged
xdrm-brackets merged 8 commits from 0.2.0 into master 2019-11-19 10:49:51 +00:00
1 changed files with 0 additions and 21 deletions
Showing only changes of commit 0348d33439 - Show all commits

21
build/Jenkinsfile vendored
View File

@ -1,21 +0,0 @@
pipeline{
agent {
docker {
image 'golang:alpine'
}
}
stages {
stage('Test'){
environment {
GO111MODULE = 'on'
GOCACHE = '/tmp/.cache'
CGO_ENABLED = 0
}
steps {
sh 'go version'
sh 'go get -v ./...'
sh 'go test -cover -parallel 10 -v ./... -coverprofile=coverage.out'
}
}
}
}