2018-01-17 17:57:57 +03:00
|
|
|
[General]
|
|
|
|
Branch = master
|
|
|
|
ShallowClone = True
|
2022-06-29 09:35:41 +03:00
|
|
|
CraftUrl = https://github.com/allexzander/craft.git
|
2018-01-17 17:57:57 +03:00
|
|
|
|
|
|
|
# Variables defined here override the default value
|
|
|
|
# The variable names are casesensitive
|
|
|
|
[Variables]
|
|
|
|
#Values need to be overwritten to create a chache
|
|
|
|
UseCache = True
|
|
|
|
CreateCache = False
|
|
|
|
|
|
|
|
# Settings applicable for all Crafts matrices
|
|
|
|
# Settings are Category/key=value
|
|
|
|
# Category is case sensitive
|
|
|
|
[GeneralSettings]
|
2021-05-14 17:34:05 +03:00
|
|
|
|
|
|
|
## This is the location of your python installation.
|
|
|
|
## This value must be set.
|
|
|
|
Paths/Python = C:\Python39-x64
|
|
|
|
Paths/Python27 = C:\Python27-x64
|
|
|
|
|
|
|
|
Compile/BuildType = RelWithDebInfo
|
|
|
|
|
|
|
|
Compile/UseNinja = True
|
|
|
|
|
2018-01-17 17:57:57 +03:00
|
|
|
Paths/downloaddir = ${Variables:Root}\downloads
|
|
|
|
ShortPath/Enabled = False
|
2022-05-04 19:18:10 +03:00
|
|
|
ShortPath/EnableJunctions = False
|
2021-05-14 17:34:05 +03:00
|
|
|
|
2018-01-17 17:57:57 +03:00
|
|
|
; Packager/RepositoryUrl = https://files.kde.org/craft/
|
2021-05-14 17:34:05 +03:00
|
|
|
Packager/PackageType = NullsoftInstallerPackager
|
2018-01-17 17:57:57 +03:00
|
|
|
Packager/RepositoryUrl = http://ftp.acc.umu.se/mirror/kde.org/files/craft/master/
|
2021-05-14 17:34:05 +03:00
|
|
|
|
2018-01-17 17:57:57 +03:00
|
|
|
ContinuousIntegration/Enabled = True
|
|
|
|
|
2021-05-14 17:34:05 +03:00
|
|
|
## 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 17:57:57 +03:00
|
|
|
[BlueprintSettings]
|
|
|
|
# don't try to pip install on the ci
|
|
|
|
python-modules.ignored = True
|
2021-07-16 16:55:45 +03:00
|
|
|
nextcloud-client.buildTests = True
|
|
|
|
binary/mysql.useMariaDB = False
|
2018-01-17 17:57:57 +03:00
|
|
|
|
2021-05-11 20:11:54 +03:00
|
|
|
[windows-msvc2019_64-cl]
|
2021-05-14 17:34:05 +03:00
|
|
|
QtSDK/Compiler = msvc2019_64
|
2021-05-11 20:11:54 +03:00
|
|
|
General/ABI = windows-msvc2019_64-cl
|