mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-06 02:16:04 +08:00
Fixed bug in jenkins.py
This commit is contained in:
@@ -69,7 +69,7 @@ class Builder:
|
|||||||
|
|
||||||
qmake_call = ['qmake'] + qmake_args
|
qmake_call = ['qmake'] + qmake_args
|
||||||
if dev_build:
|
if dev_build:
|
||||||
qmake_call += ['"SWIFT_CONFIG.devBranch=true"']
|
qmake_call += ['SWIFT_CONFIG.devBranch=true']
|
||||||
|
|
||||||
if eolInMonth > 0:
|
if eolInMonth > 0:
|
||||||
eolYear = date.today().year
|
eolYear = date.today().year
|
||||||
|
|||||||
Reference in New Issue
Block a user