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 7d10b1e
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 7d10b1e

Please sign in to comment.