diff --git a/Jenkinsfile b/Jenkinsfile index 2388ebd..c801f3e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,10 +26,11 @@ pipeline { // sh 'export Qt6Dir=/home/k4/Qt/6.10.2/lib/cmake' echo "See what's in the environment" echo "Qt Dir is ${Qt6_DIR}" + sh 'ls -l ${Qt6_DIR}' // sh "export Qt6_DIR='/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6'" // sh "env | grep Qt" // sh 'cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DQt6_DIR=/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6' - sh 'cmake -S . -B build -DCMAKE_BUILD_TYPE=Release ' + // sh 'cmake -S . -B build -DCMAKE_BUILD_TYPE=Release ' // echo "See localbuild says on the environment" // sh './localbuild.sh'