craftmaster.ini 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. [General]
  2. Branch = master
  3. ShallowClone = True
  4. # CraftUrl = https://github.com/allexzander/craft.git
  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
  9. UseCache = True
  10. CreateCache = False
  11. # Settings applicable for all Crafts matrices
  12. # Settings are Category/key=value
  13. # Category is case sensitive
  14. [GeneralSettings]
  15. ## This is the location of your python installation.
  16. ## This value must be set.
  17. Paths/Python = C:\Python39-x64
  18. Paths/Python27 = C:\Python27-x64
  19. Compile/BuildType = RelWithDebInfo
  20. Compile/UseNinja = True
  21. Paths/downloaddir = ${Variables:Root}\downloads
  22. ShortPath/Enabled = False
  23. ShortPath/EnableJunctions = False
  24. ; Packager/RepositoryUrl = https://files.kde.org/craft/
  25. Packager/PackageType = NullsoftInstallerPackager
  26. Packager/RepositoryUrl = http://ftp.acc.umu.se/mirror/kde.org/files/craft/master/
  27. ContinuousIntegration/Enabled = True
  28. ## This option can be used to override the default make program
  29. ## change the value to the path of the executable you want to use instead.
  30. Compile/MakeProgram = jom
  31. Packager/UseCache = ${Variables:UseCache}
  32. Packager/CreateCache = ${Variables:CreateCache}
  33. Packager/CacheDir = ${Variables:Root}\cache
  34. [BlueprintSettings]
  35. # don't try to pip install on the ci
  36. python-modules.ignored = True
  37. dev-utils/python2.ignored = True
  38. dev-utils/python3.ignored = True
  39. nextcloud-client.buildTests = True
  40. binary/mysql.useMariaDB = False
  41. [windows-msvc2019_64-cl]
  42. QtSDK/Compiler = msvc2019_64
  43. General/ABI = windows-msvc2019_64-cl