mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-21 03:28:56 +08:00
Merge pull request #5338 from ipfs/ci/test-gx-dupes
ci: check for gx deps dupes
This commit is contained in:
8
ci/Jenkinsfile
vendored
8
ci/Jenkinsfile
vendored
@ -116,6 +116,14 @@ ansiColor('xterm') { withEnv(['TERM=xterm-color']) {
|
|||||||
},
|
},
|
||||||
'go build': {
|
'go build': {
|
||||||
gobuild_step(fast_build_platforms)
|
gobuild_step(fast_build_platforms)
|
||||||
|
},
|
||||||
|
'gx deps dupes': {
|
||||||
|
setupStep('linux') { run ->
|
||||||
|
timeout(time: check_timeout, unit: 'MINUTES') {
|
||||||
|
run 'make gx-deps'
|
||||||
|
run 'test -z "$(./bin/gx deps dupes)"'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user