|
|
@@ -1,7 +1,6 @@
|
|
|
[General]
|
|
|
Branch = master
|
|
|
ShallowClone = True
|
|
|
-Command=craft
|
|
|
|
|
|
# Variables defined here override the default value
|
|
|
# The variable names are casesensitive
|
|
|
@@ -13,30 +12,40 @@ CreateCache = False
|
|
|
# Settings applicable for all Crafts matrices
|
|
|
# Settings are Category/key=value
|
|
|
# Category is case sensitive
|
|
|
-
|
|
|
[GeneralSettings]
|
|
|
-General/EMERGE_PKGDSTDIR=${Variables:APPVEYOR_BUILD_FOLDER}/binaries
|
|
|
-Paths/python = C:\Python36
|
|
|
-Paths/python27 = C:\Python27
|
|
|
+
|
|
|
+## 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
|
|
|
+
|
|
|
Paths/downloaddir = ${Variables:Root}\downloads
|
|
|
ShortPath/Enabled = False
|
|
|
ShortPath/EnableJunctions = True
|
|
|
ShortPath/JunctionDir = C:\CM-SP\
|
|
|
-Packager/CacheDir = ${Variables:Root}\cache
|
|
|
-Packager/UseCache = ${Variables:UseCache}
|
|
|
-Packager/CreateCache = ${Variables:CreateCache}
|
|
|
+
|
|
|
; Packager/RepositoryUrl = https://files.kde.org/craft/
|
|
|
-Packager/PackageType = PortablePackager
|
|
|
+Packager/PackageType = NullsoftInstallerPackager
|
|
|
Packager/RepositoryUrl = http://ftp.acc.umu.se/mirror/kde.org/files/craft/master/
|
|
|
-Compile/BuildType = RelWithDebInfo
|
|
|
+
|
|
|
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
|
|
|
+
|
|
|
[BlueprintSettings]
|
|
|
# don't try to pip install on the ci
|
|
|
python-modules.ignored = True
|
|
|
|
|
|
-libs/qt5.version = 5.12.10
|
|
|
-craft/craft-core.version = master
|
|
|
-
|
|
|
[windows-msvc2019_64-cl]
|
|
|
+QtSDK/Compiler = msvc2019_64
|
|
|
General/ABI = windows-msvc2019_64-cl
|