|
| 1 | +[General] |
| 2 | +Branch = master |
| 3 | +ShallowClone = True |
| 4 | +Command=craft |
| 5 | + |
| 6 | +# Variables defined here override the default value |
| 7 | +# The variable names are casesensitive |
| 8 | +[Variables] |
| 9 | +#Values need to be overwritten to create a chache |
| 10 | +UseCache = True |
| 11 | +CreateCache = False |
| 12 | + |
| 13 | +# Settings applicable for all Crafts matrices |
| 14 | +# Settings are Category/key=value |
| 15 | +# Category is case sensitive |
| 16 | + |
| 17 | +[GeneralSettings] |
| 18 | +General/EMERGE_PKGDSTDIR=${Variables:APPVEYOR_BUILD_FOLDER}/binaries |
| 19 | +Paths/python = C:\Python36 |
| 20 | +Paths/python27 = C:\Python27 |
| 21 | +Paths/downloaddir = ${Variables:Root}\downloads |
| 22 | +ShortPath/Enabled = False |
| 23 | +ShortPath/EnableJunctions = True |
| 24 | +ShortPath/JunctionDir = C:\CM-SP\ |
| 25 | +Packager/CacheDir = ${Variables:Root}\cache |
| 26 | +Packager/UseCache = ${Variables:UseCache} |
| 27 | +Packager/CreateCache = ${Variables:CreateCache} |
| 28 | +; Packager/RepositoryUrl = https://files.kde.org/craft/ |
| 29 | +Packager/PackageType = PortablePackager |
| 30 | +Packager/RepositoryUrl = http://ftp.acc.umu.se/mirror/kde.org/files/craft/master/ |
| 31 | +Compile/BuildType = RelWithDebInfo |
| 32 | +ContinuousIntegration/Enabled = True |
| 33 | + |
| 34 | +[BlueprintSettings] |
| 35 | +# don't try to pip install on the ci |
| 36 | +python-modules.ignored = True |
| 37 | + |
| 38 | +libs/qt5.version = 5.9.3 |
| 39 | +craft/craft-core.version = master |
| 40 | + |
| 41 | +[windows-msvc2017_64-cl] |
| 42 | +General/ABI = windows-msvc2017_64-cl |
| 43 | + |
| 44 | +[windows-msvc2017_32-cl] |
| 45 | +General/ABI = windows-msvc2017_32-cl |
0 commit comments