diff --git a/Installation/Jenkins/Jenkinsfile b/Installation/Jenkins/Jenkinsfile index 67da9e2d9c..81a63d7b34 100644 --- a/Installation/Jenkins/Jenkinsfile +++ b/Installation/Jenkins/Jenkinsfile @@ -4,12 +4,8 @@ node { if (isUnix()) { echo 'Hello Unix' - folder('build') - dir('build') { - // s ome block - sh 'cmake .. ' - } - + sh 'cmake . ' + sh 'make' } else { echo 'hello else'