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

SW-394: Change getCmakeArgs to cmakeArgs

parent 59e38697
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..'
cmakeBuild([getCmakeArgs: "-Wdev -DBUILD_PACKAGES=RAServices -DCMAKE_INSTALL_PREFIX=/opt/lofar"]) }
cmakeBuild([cmakeArgs: "-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