mirror of
https://github.com/valitydev/machinery-erlang.git
synced 2024-11-06 00:35:19 +00:00
Update build utils (#27)
* Update build_utils * Update build_utils * Switch to lib pipe
This commit is contained in:
parent
032ee30bf8
commit
a85d56d1d5
40
Jenkinsfile
vendored
40
Jenkinsfile
vendored
@ -11,43 +11,13 @@ build('machinery', 'docker-host', finalHook) {
|
||||
checkoutRepo()
|
||||
loadBuildUtils()
|
||||
|
||||
def pipeDefault
|
||||
def withWsCache
|
||||
def pipeErlangLib
|
||||
runStage('load pipeline') {
|
||||
env.JENKINS_LIB = "build_utils/jenkins_lib"
|
||||
pipeDefault = load("${env.JENKINS_LIB}/pipeDefault.groovy")
|
||||
withWsCache = load("${env.JENKINS_LIB}/withWsCache.groovy")
|
||||
env.SH_TOOLS = "build_utils/sh"
|
||||
pipeErlangLib = load("${env.JENKINS_LIB}/pipeErlangLib.groovy")
|
||||
}
|
||||
|
||||
pipeDefault() {
|
||||
|
||||
if (!masterlikeBranch()) {
|
||||
|
||||
runStage('compile') {
|
||||
withGithubPrivkey {
|
||||
sh 'make wc_compile'
|
||||
}
|
||||
}
|
||||
|
||||
runStage('lint') {
|
||||
sh 'make wc_lint'
|
||||
}
|
||||
|
||||
runStage('xref') {
|
||||
sh 'make wc_xref'
|
||||
}
|
||||
|
||||
runStage('dialyze') {
|
||||
withWsCache("_build/default/rebar3_22.3.1_plt") {
|
||||
sh 'make wc_dialyze'
|
||||
}
|
||||
}
|
||||
|
||||
runStage('test') {
|
||||
sh "make wdeps_test"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
pipeErlangLib.runPipe(true, true)
|
||||
}
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 4e6aae0f31885d3c56d09c72de7ef8d432149dbf
|
||||
Subproject commit 540183862bc9fd04682e226de2056a320fd44be9
|
Loading…
Reference in New Issue
Block a user