mirror of
https://github.com/status-im/status-mobile.git
synced 2025-02-04 21:05:18 +00:00
Returned macdeployqt env var
This commit is contained in:
parent
ad4535e3bd
commit
922caf168b
@ -21,6 +21,7 @@ pipeline {
|
|||||||
LC_ALL = 'en_US.UTF-8'
|
LC_ALL = 'en_US.UTF-8'
|
||||||
QT_PATH = '/usr/local/opt/qt'
|
QT_PATH = '/usr/local/opt/qt'
|
||||||
PATH = "/usr/local/opt/qt/bin:${env.PATH}"
|
PATH = "/usr/local/opt/qt/bin:${env.PATH}"
|
||||||
|
MACDEPLOYQT = '/usr/local/opt/qt/bin/macdeployqt'
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user