qmakespec?

Jenkins
Rachel Fae Fox 2019-07-22 10:14:11 -04:00
parent 138600bf36
commit bd6041d1e2
1 changed files with 3 additions and 0 deletions

3
Jenkinsfile vendored
View File

@ -20,4 +20,7 @@ qmake'''
}
}
}
environment {
QMAKESPEC = '/usr/local/share/qt/mkspecs/freebsd-g++'
}
}