Really use Remote Highlights for nick, not Local
[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 casesensitive
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 Packager/PackageType = MultiCollectionPackager
21
22 [BlueprintSettings]
23 qt-apps/quassel.version = master
24
25 binary/mysql.ignored = True
26
27 [windows-msvc2017_32-cl]
28 General/ABI = windows-msvc2017_32-cl
29
30 [windows-msvc2017_64-cl]
31 General/ABI = windows-msvc2017_64-cl