wip: Test Travis CI for Windows
[quassel.git] / .craft.ini
1 [General]
2 Command = craft
3 Branch = master
4 ShallowClone = True
5
6 # Variables defined here override the default value
7 # The variable names are case sensitive
8 [Variables]
9 BUILD_DIR = ${Variables:Root}
10
11 # Settings applicable for all Crafts matrices
12 # Settings are Category/key=value
13 # Category is case sensitive
14 [GeneralSettings]
15 Paths/Python = C:\Python38
16 Paths/Python27 = C:\Python27
17 ShortPath/Enabled = False
18 Compile/BuildType = Release
19 ContinuousIntegration/Enabled = True
20 Packager/Destination = ${Variables:BUILD_DIR}/binaries
21
22 # the version of the config
23 Version/ConfigVersion = 6
24
25 [BlueprintSettings]
26 quassel/quassel.version = master
27
28 binary/mysql.ignored = True
29 libs/dbus.ignored = True
30 libs/llvm-meta.ignored = True
31 dev-utils/msys.ignored = True
32
33 [windows-msvc2017_64-cl]
34 General/ABI = windows-msvc2017_64-cl