appveyor.ini 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. [General]
  2. Branch = master
  3. ShallowClone = True
  4. Command=craft
  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. General/EMERGE_PKGDSTDIR=${Variables:APPVEYOR_BUILD_FOLDER}/binaries
  16. Paths/python = C:\Python36
  17. Paths/python27 = C:\Python27
  18. Paths/downloaddir = ${Variables:Root}\downloads
  19. ShortPath/Enabled = False
  20. ShortPath/EnableJunctions = True
  21. ShortPath/JunctionDir = C:\CM-SP\
  22. Packager/CacheDir = ${Variables:Root}\cache
  23. Packager/UseCache = ${Variables:UseCache}
  24. Packager/CreateCache = ${Variables:CreateCache}
  25. ; Packager/RepositoryUrl = https://files.kde.org/craft/
  26. Packager/PackageType = PortablePackager
  27. Packager/RepositoryUrl = http://ftp.acc.umu.se/mirror/kde.org/files/craft/master/
  28. Compile/BuildType = RelWithDebInfo
  29. ContinuousIntegration/Enabled = True
  30. [BlueprintSettings]
  31. # don't try to pip install on the ci
  32. python-modules.ignored = True
  33. libs/qt5.version = 5.9.3
  34. craft/craft-core.version = master
  35. [windows-msvc2017_64-cl]
  36. General/ABI = windows-msvc2017_64-cl
  37. [windows-msvc2017_32-cl]
  38. General/ABI = windows-msvc2017_32-cl