mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-18 09:27:05 +00:00
check if Nim-caching version also works
This commit is contained in:
parent
732a437fa8
commit
a3a6aa68e8
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -19,6 +19,7 @@ def runStages() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
cache(maxCacheSize: 250, caches: [
|
cache(maxCacheSize: 250, caches: [
|
||||||
|
[$class: "ArbitraryFileCache", excludes: "", includes: "**/*", path: "${WORKSPACE}/vendor/nimbus-build-system/vendor/Nim/bin"],
|
||||||
[$class: "ArbitraryFileCache", excludes: "", includes: "**/*", path: "${WORKSPACE}/jsonTestsCache"]
|
[$class: "ArbitraryFileCache", excludes: "", includes: "**/*", path: "${WORKSPACE}/jsonTestsCache"]
|
||||||
]) {
|
]) {
|
||||||
stage("Build") {
|
stage("Build") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user