5452b12c17f3652aef5437b64caeae00d8b4ffa1
[quassel.git] / .appveyor.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 #Root = D:\qt-sdk
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:\Python36
16 Paths/Python27 = C:\Python27
17 ShortPath/Enabled = False
18 Compile/BuildType = Release
19 ContinuousIntegration/Enabled = True
20
21 [BlueprintSettings]
22 quassel/quassel.version = master
23
24 binary/mysql.ignored = True
25
26 [windows-msvc2017_32-cl]
27 General/ABI = windows-msvc2017_32-cl
28
29 [windows-msvc2017_64-cl]
30 General/ABI = windows-msvc2017_64-cl