Try no. 3 to fix Jenkins
parent
c5e8df16e0
commit
b925838a91
|
@ -54,6 +54,7 @@ pipeline {
|
||||||
sh 'mkdir -p build/linux'
|
sh 'mkdir -p build/linux'
|
||||||
dir('build/linux') {
|
dir('build/linux') {
|
||||||
sh '''
|
sh '''
|
||||||
|
rm -rf *
|
||||||
cmake \
|
cmake \
|
||||||
-DCMAKE_INSTALL_PREFIX=/install -DCMAKE_SKIP_INSTALL_RPATH=ON \
|
-DCMAKE_INSTALL_PREFIX=/install -DCMAKE_SKIP_INSTALL_RPATH=ON \
|
||||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo -DDEV_BUILD=1 -DPORTABLE=1 -DTOOLS=1 -DTESTS=1 -DDESKTOP=1 ../..
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo -DDEV_BUILD=1 -DPORTABLE=1 -DTOOLS=1 -DTESTS=1 -DDESKTOP=1 ../..
|
||||||
|
|
Loading…
Reference in New Issue