1[General]
2Branch = master
3ShallowClone = True
4
5# Variables defined here override the default value
6# The variable names are casesensitive
7[Variables]
8#Values need to be overwritten to create a chache
9UseCache = True
10CreateCache = False
11
12# Settings applicable for all Crafts matrices
13# Settings are Category/key=value
14# Category is case sensitive
15[GeneralSettings]
16
17## This is the location of your python installation.
18## This value must be set.
19Paths/Python = C:\Python39-x64
20Paths/Python27 = C:\Python27-x64
21
22Compile/BuildType = RelWithDebInfo
23
24Compile/UseNinja = True
25
26Paths/downloaddir = ${Variables:Root}\downloads
27ShortPath/Enabled = False
28ShortPath/EnableJunctions = True
29ShortPath/JunctionDir = C:\CM-SP\
30
31; Packager/RepositoryUrl = https://files.kde.org/craft/
32Packager/PackageType = NullsoftInstallerPackager
33Packager/RepositoryUrl = http://ftp.acc.umu.se/mirror/kde.org/files/craft/master/
34
35ContinuousIntegration/Enabled = True
36
37## This option can be used to override the default make program
38## change the value to the path of the executable you want to use instead.
39Compile/MakeProgram = jom
40
41Packager/UseCache = ${Variables:UseCache}
42Packager/CreateCache = ${Variables:CreateCache}
43Packager/CacheDir = ${Variables:Root}\cache
44
45[BlueprintSettings]
46# don't try to pip install on the ci
47python-modules.ignored = True
48nextcloud-client.buildTests = True
49binary/mysql.useMariaDB = False
50
51[windows-msvc2019_64-cl]
52QtSDK/Compiler = msvc2019_64
53General/ABI = windows-msvc2019_64-cl
54