mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
[Installer] Always try to run a quickbuild
Quickbuild supports incremental builds and is quicker if a installer was already built before. If no previous installer is available, it will fall back to full build. ref T344
This commit is contained in:
committed by
Klaus Basan
parent
766fda56c8
commit
48ee76f5cb
@@ -223,7 +223,7 @@ bitrock_builder_bin = $$(BITROCK_BUILDER)
|
||||
INSTALLER_EXT = run
|
||||
ARCHITECTURE = 64
|
||||
}
|
||||
create_installer.commands = $${bitrock_builder_bin} build $${bitrock_project} $${INSTALLER_PLATFORM} \
|
||||
create_installer.commands = $${bitrock_builder_bin} quickbuild $${bitrock_project} $${INSTALLER_PLATFORM} \
|
||||
--setvars project.outputDirectory=$$shell_path($${PREFIX}/..) \
|
||||
project.installerFilename=$${INSTALLER_BASENAME}.$${INSTALLER_EXT} \
|
||||
project.version=$${BLACK_VERSION} \
|
||||
|
||||
Reference in New Issue
Block a user