We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f68f47 commit f2b136bCopy full SHA for f2b136b
ci/Jenkinsfile.ios
@@ -55,7 +55,7 @@ pipeline {
55
GOTMPDIR = "${env.WORKSPACE_TMP}"
56
PLATFORM = "ios/${getArch()}"
57
/* Improve make performance */
58
- MAKEFLAGS = "-j${utils.getProcCount()} V=${params.VERBOSE}"
+ MAKEFLAGS = "-j${utils.getProcCount()} V=1"
59
QT_VERSION="6.9.2"
60
QMAKE = "/Users/admin/${QT_VERSION}/ios/bin/qmake"
61
QT_HOST_PATH = "/Users/admin/${QT_VERSION}/macos"
@@ -109,7 +109,7 @@ pipeline {
109
stage('Build iOS App') {
110
steps {
111
script {
112
- app.buildSignedIOS(target='mobile-build', verbose=params.VERBOSE)
+ app.buildSignedIOS(target='mobile-build', verbose='1')
113
}
114
115
0 commit comments