Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
konglobemeralt authored May 27, 2021
1 parent 23b2075 commit 31bcaa4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ pipeline {
agent any
stages {
stage('Build') {
steps {
echo 'Test'
}
steps {
sh 'echo "Executing build steps..."'
cmakeBuild cleanBuild: true, buildDir: 'build', installation: 'InSearchPath', steps: [[envVars: 'DESTDIR=${WORKSPACE}/artifacts', withCmake: true]]
}
}

}
}
}

0 comments on commit 31bcaa4

Please sign in to comment.