Jenkinsfile - set 'Qt6 installation dir'... still
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -28,7 +28,7 @@ pipeline {
|
||||
echo "Qt Dir is ${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/Qt/6.10.2/gcc_64/lib/cmake/Qt6'
|
||||
sh 'cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DQt6_DIR=/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6'
|
||||
|
||||
// echo "See localbuild says on the environment"
|
||||
// sh './localbuild.sh'
|
||||
|
||||
Reference in New Issue
Block a user