appveyor.ini 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. [General]
  2. Branch = master
  3. ShallowClone = True
  4. # Variables defined here override the default value
  5. # The variable names are casesensitive
  6. [Variables]
  7. #Values need to be overwritten to create a chache
  8. UseCache = True
  9. CreateCache = False
  10. # Settings applicable for all Crafts matrices
  11. # Settings are Category/key=value
  12. # Category is case sensitive
  13. [GeneralSettings]
  14. ## This is the location of your python installation.
  15. ## This value must be set.
  16. Paths/Python = C:\Python39-x64
  17. Paths/Python27 = C:\Python27-x64
  18. Compile/BuildType = RelWithDebInfo
  19. Compile/UseNinja = True
  20. Paths/downloaddir = ${Variables:Root}\downloads
  21. ShortPath/Enabled = False
  22. ShortPath/EnableJunctions = True
  23. ShortPath/JunctionDir = C:\CM-SP\
  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. nextcloud-client.buildTests = True
  38. binary/mysql.useMariaDB = False
  39. [windows-msvc2019_64-cl]
  40. QtSDK/Compiler = msvc2019_64
  41. General/ABI = windows-msvc2019_64-cl