Build packages for the aarch64 and armhf architectures in the Jenkinsfile
This commit is contained in:
parent
e874cbdf32
commit
4f0fa09cd9
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -27,6 +27,8 @@ pipeline { // Multi-branch pipeline script for Yerbacon.
|
||||
sh 'strip ./cmake-build-release/ybcon'
|
||||
cpack installation: 'Main', workingDir: 'cmake-build-release'
|
||||
buildTarget('arm-linux-gnueabi', 'armv4l', 'armel')
|
||||
buildTarget('arm-linux-gnueabihf', 'armv7hl', 'armhf')
|
||||
buildTarget('aarch64-linux-gnu', 'aarch64', 'arm64')
|
||||
}
|
||||
}
|
||||
stage('Build for other platforms') {
|
||||
|
Loading…
Reference in New Issue
Block a user