Skip to content
Snippets Groups Projects
Commit 59e38697 authored by Auke Klazema's avatar Auke Klazema
Browse files

SW-394: Change cmake step to cmakeBuild

parent bf6d05de
No related branches found
No related tags found
1 merge request!6Import cobalt2 into lofar4
......@@ -5,7 +5,7 @@ pipeline {
stage('Build') {
steps {
echo 'Building..'
cmake([getCmakeArgs: "-Wdev -DBUILD_PACKAGES=RAServices -DCMAKE_INSTALL_PREFIX=/opt/lofar"]) }
cmakeBuild([getCmakeArgs: "-Wdev -DBUILD_PACKAGES=RAServices -DCMAKE_INSTALL_PREFIX=/opt/lofar"]) }
}
stage('Test') {
steps {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment