mirror of
https://github.com/waku-org/nwaku.git
synced 2025-02-04 02:56:05 +00:00
parent
cb11c192d6
commit
f59876caeb
@ -45,13 +45,8 @@ pipeline {
|
|||||||
/* Avoid checking multiple times. */
|
/* Avoid checking multiple times. */
|
||||||
v1changed = versionWasChanged('v1')
|
v1changed = versionWasChanged('v1')
|
||||||
v2changed = versionWasChanged('v2')
|
v2changed = versionWasChanged('v2')
|
||||||
/* Building Nim compiler takes a while. */
|
/* TODO: Re-add caching of Nim compiler. */
|
||||||
cache(maxCacheSize: 250, caches: [[
|
sh "make V=${params.VERBOSITY} update"
|
||||||
$class: 'ArbitraryFileCache', excludes: '', includes: '**/*',
|
|
||||||
path: 'vendor/nimbus-build-system/vendor/Nim/bin',
|
|
||||||
]]) {
|
|
||||||
sh "make V=${params.VERBOSITY} update"
|
|
||||||
}
|
|
||||||
sh "make V=${params.VERBOSITY} deps"
|
sh "make V=${params.VERBOSITY} deps"
|
||||||
} } }
|
} } }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user