Skip to content

Commit 48959a1

Browse files
Merge pull request #532 from thaJeztah/ci_test_cross
Jenkinsfile: also test cross-compile for Mac, Windows
2 parents 1c1cb91 + eb6c611 commit 48959a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ test_steps = [
4242
}
4343
}
4444
},
45-
'static': { ->
45+
'static-cross': { ->
4646
stage('Static Linux Binaries') {
4747
wrappedNode(label: 'ubuntu && x86_64', cleanWorkspace: true) {
4848
try {
4949
checkout scm
5050
sh "make REF=$branch checkout"
51-
sh "make REF=$branch DOCKER_BUILD_PKGS=static-linux static"
51+
sh "make REF=$branch DOCKER_BUILD_PKGS='static-linux cross-mac cross-win' static"
5252
} finally {
5353
sh "make clean"
5454
}

0 commit comments

Comments
 (0)