Re-add previously removed types in the Jenkinsfile
This commit is contained in:
parent
c17ec47d06
commit
9f25ef909b
|
@ -1,4 +1,4 @@
|
||||||
def buildTarget(path, rpmArch, String debArch) {
|
def buildTarget(String path, String rpmArch, String debArch) {
|
||||||
cmakeBuild buildDir: "cmake-build-${debArch}", buildType: 'release', cleanBuild: true, installation: 'Main'
|
cmakeBuild buildDir: "cmake-build-${debArch}", buildType: 'release', cleanBuild: true, installation: 'Main'
|
||||||
cmake arguments: "--build ./cmake-build-${debArch} --target ybcon", installation: 'Main',
|
cmake arguments: "--build ./cmake-build-${debArch} --target ybcon", installation: 'Main',
|
||||||
cmakeArgs: "-DCMAKE_C_COMPILER=/usr/bin/${path}-gcc -DCMAKE_CXX_COMPILER=/usr/bin/${path}-g++ -DCMAKE_LINKER=/usr/bin/${path}-ld.gold -DCMAKE_AR=/usr/bin/${path}-ar -DCPACK_RPM_PACKAGE_ARCHITECTURE=${rpmArch} -DCPACK_DEBIAN_PACKAGE_ARCHITECTURE=${debArch}"
|
cmakeArgs: "-DCMAKE_C_COMPILER=/usr/bin/${path}-gcc -DCMAKE_CXX_COMPILER=/usr/bin/${path}-g++ -DCMAKE_LINKER=/usr/bin/${path}-ld.gold -DCMAKE_AR=/usr/bin/${path}-ar -DCPACK_RPM_PACKAGE_ARCHITECTURE=${rpmArch} -DCPACK_DEBIAN_PACKAGE_ARCHITECTURE=${debArch}"
|
||||||
|
|
Loading…
Reference in New Issue