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

SW-394: Change CMake step to lowercase for RAServices

parent 69b221be
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"]) }
cmake([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