Skip to content

Commit

Permalink
ci: check for gx deps dupes
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
  • Loading branch information
magik6k committed Aug 3, 2018
1 parent d0a1cee commit 90477c9
Show file tree
Hide file tree
Showing 2 changed files with 14 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 "$(gx deps dupes)"'
}
}
}
)
}
Expand Down
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,12 @@
"name": "go-merkledag",
"version": "1.0.0"
},
{
"author": "why",
"hash": "QmfGzdovkTAhGni3Wfg2fTEtNxhpwWSyAJWW2cC1pWM9TS",
"name": "go-merkledag",
"version": "1.0.1"
},
{
"author": "why",
"hash": "QmYKNMEUK7nCVAefgXF1LVtZEZg3uRmBqiae4FJRXDNAyJ",
Expand Down

0 comments on commit 90477c9

Please sign in to comment.