Skip to content

Commit

Permalink
Merge pull request #5338 from ipfs/ci/test-gx-dupes
Browse files Browse the repository at this point in the history
ci: check for gx deps dupes
  • Loading branch information
whyrusleeping authored Aug 5, 2018
2 parents 91da29f + 7d10b1e commit d4e8579
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,14 @@ ansiColor('xterm') { withEnv(['TERM=xterm-color']) {
},
'go build': {
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)"'
}
}
}
)
}
Expand Down

0 comments on commit d4e8579

Please sign in to comment.