mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-10 22:36:01 +00:00
debug Jenkins
This commit is contained in:
parent
1babc00255
commit
a941a4fded
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -11,7 +11,7 @@ def runStages() {
|
|||||||
stage("Build") {
|
stage("Build") {
|
||||||
sh "make -j${env.NPROC} update" /* to allow a newer Nim version to be detected */
|
sh "make -j${env.NPROC} update" /* to allow a newer Nim version to be detected */
|
||||||
sh "make -j${env.NPROC} deps" /* to allow the following parallel stages */
|
sh "make -j${env.NPROC} deps" /* to allow the following parallel stages */
|
||||||
sh "scripts/setup_official_tests.sh jsonTestsCache"
|
sh "V=1 ./scripts/setup_official_tests.sh jsonTestsCache"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user