nextcloud-desktop/craftmaster.ini

60 lines
1.5 KiB
INI
Raw Permalink Normal View History

2018-01-17 06:57:57 -08:00
[General]
Branch = master
ShallowClone = True
# CraftUrl = https://github.com/allexzander/craft.git
2018-01-17 06:57:57 -08:00
# Variables defined here override the default value
# The variable names are casesensitive
[Variables]
#Values need to be overwritten to create a cache
2018-01-17 06:57:57 -08:00
UseCache = True
CreateCache = False
# Settings applicable for all Crafts matrices
# Settings are Category/key=value
# Category is case sensitive
[GeneralSettings]
General/MacDeploymentTarget = 12.0
Compile/BuildType = RelWithDebInfo
Compile/UseNinja = True
2018-01-17 06:57:57 -08:00
Paths/downloaddir = ${Variables:Root}\downloads
ShortPath/Enabled = False
ShortPath/EnableJunctions = False
Packager/RepositoryUrl = https://files.kde.org/craft/Qt6
Packager/PackageType = NullsoftInstallerPackager
2018-01-17 06:57:57 -08:00
ContinuousIntegration/Enabled = True
## This option can be used to override the default make program
## change the value to the path of the executable you want to use instead.
Compile/MakeProgram = jom
Packager/UseCache = ${Variables:UseCache}
Packager/CreateCache = ${Variables:CreateCache}
Packager/CacheDir = ${Variables:Root}\cache
2018-01-17 06:57:57 -08:00
[BlueprintSettings]
nextcloud-client.buildTests = True
binary/mysql.useMariaDB = False
2018-01-17 06:57:57 -08:00
[windows-msvc2022_64-cl]
QtSDK/Compiler = msvc2022_64
General/ABI = windows-msvc2022_64-cl
Paths/Python = C:\Python312-x64
[macos-64-clang]
General/ABI = macos-64-clang
[macos-clang-arm64]
General/ABI = macos-clang-arm64
Paths/Python = /Users/runner/hostedtoolcache/Python/3.12.3/arm64
[Env]
CRAFT_CODESIGN_CERTIFICATE =
SIGN_PACKAGE = False