Skip to content

Commit f2b136b

Browse files
committed
debug ios
1 parent 5f68f47 commit f2b136b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/Jenkinsfile.ios

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pipeline {
5555
GOTMPDIR = "${env.WORKSPACE_TMP}"
5656
PLATFORM = "ios/${getArch()}"
5757
/* Improve make performance */
58-
MAKEFLAGS = "-j${utils.getProcCount()} V=${params.VERBOSE}"
58+
MAKEFLAGS = "-j${utils.getProcCount()} V=1"
5959
QT_VERSION="6.9.2"
6060
QMAKE = "/Users/admin/${QT_VERSION}/ios/bin/qmake"
6161
QT_HOST_PATH = "/Users/admin/${QT_VERSION}/macos"
@@ -109,7 +109,7 @@ pipeline {
109109
stage('Build iOS App') {
110110
steps {
111111
script {
112-
app.buildSignedIOS(target='mobile-build', verbose=params.VERBOSE)
112+
app.buildSignedIOS(target='mobile-build', verbose='1')
113113
}
114114
}
115115
}

0 commit comments

Comments
 (0)