mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-02 14:03:06 +00:00
deploy: 7ec3505c15fb86457240fafcbe855818d54ab17d
This commit is contained in:
parent
9b1a110a8d
commit
cebb4b2566
@ -53,8 +53,8 @@ pipeline {
|
||||
v1changed = versionWasChanged('v1')
|
||||
v2changed = versionWasChanged('v2')
|
||||
/* TODO: Re-add caching of Nim compiler. */
|
||||
nix.shell("make V=${params.VERBOSITY} update", pure: false)
|
||||
nix.shell("make V=${params.VERBOSITY} deps", pure: false)
|
||||
nix.shell("make ${params.MAKEFLAGS} V=${params.VERBOSITY} update", pure: false)
|
||||
nix.shell("make ${params.MAKEFLAGS} V=${params.VERBOSITY} deps", pure: false)
|
||||
} } }
|
||||
|
||||
stage('Binaries') {
|
||||
@ -62,13 +62,13 @@ pipeline {
|
||||
stage('V1') {
|
||||
when { expression { v1changed } }
|
||||
steps { script {
|
||||
nix.shell("make V=${params.VERBOSITY} v1")
|
||||
nix.shell("make ${params.MAKEFLAGS} NIMFLAGS=\"${params.NIMFLAGS}\" V=${params.VERBOSITY} v1")
|
||||
} }
|
||||
}
|
||||
stage('V2') {
|
||||
when { expression { v2changed } }
|
||||
steps { script {
|
||||
nix.shell("make V=${params.VERBOSITY} v2")
|
||||
nix.shell("make ${params.MAKEFLAGS} NIMFLAGS=\"${params.NIMFLAGS}\" V=${params.VERBOSITY} v2")
|
||||
} }
|
||||
}
|
||||
}
|
||||
@ -79,13 +79,13 @@ pipeline {
|
||||
stage('V1') {
|
||||
when { expression { v1changed } }
|
||||
steps { script {
|
||||
nix.shell("make V=${params.VERBOSITY} test1")
|
||||
nix.shell("make ${params.MAKEFLAGS} NIMFLAGS=\"${params.NIMFLAGS}\" V=${params.VERBOSITY} test1")
|
||||
} }
|
||||
}
|
||||
stage('V2') {
|
||||
when { expression { v2changed } }
|
||||
steps { script {
|
||||
nix.shell("make V=${params.VERBOSITY} test2")
|
||||
nix.shell("make ${params.MAKEFLAGS} NIMFLAGS=\"${params.NIMFLAGS}\" V=${params.VERBOSITY} test2")
|
||||
} }
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user