mirror of
https://github.com/unidoc/unipdf.git
synced 2025-05-01 22:17:29 +08:00
Update Jenkinsfile to download test dependencies
This commit is contained in:
parent
9642436460
commit
e89ee8a42f
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -21,8 +21,8 @@ node {
|
||||
sh 'go get github.com/tebeka/go2xunit'
|
||||
sh 'go get github.com/t-yuki/gocover-cobertura'
|
||||
|
||||
// Get all dependencies.
|
||||
sh 'go get ./...'
|
||||
// Get all dependencies (for tests also).
|
||||
sh 'go get -t ./...'
|
||||
}
|
||||
|
||||
stage('Linting') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user