feat(ci): add Nix Linux build to nightly and release builds
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
bb4c94438f
commit
e43ebc26a3
|
@ -43,6 +43,11 @@ pipeline {
|
|||
'Linux', jenkins.Build('status-desktop/systems/linux/x86_64/package')
|
||||
)
|
||||
} } }
|
||||
stage('Linux/x86_64/Nix') { steps { script {
|
||||
linux_x86_64_nix = getArtifacts(
|
||||
'Linux', jenkins.Build('status-desktop/systems/linux/x86_64/package-nix')
|
||||
)
|
||||
} } }
|
||||
stage('Windows/x86_64') { steps { script {
|
||||
windows_x86_64 = getArtifacts(
|
||||
'Windows', jenkins.Build('status-desktop/systems/windows/x86_64/package')
|
||||
|
|
Loading…
Reference in New Issue