tests: Verify ExpressionMatch with invalid regex
[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 APPVEYOR_BUILD_FOLDER = ${Variables:Root}
11
12 # Settings applicable for all Crafts matrices
13 # Settings are Category/key=value
14 # Category is case sensitive
15 [GeneralSettings]
16 Paths/Python = C:\Python36
17 Paths/Python27 = C:\Python27
18 ShortPath/Enabled = False
19 Compile/BuildType = Release
20 ContinuousIntegration/Enabled = True
21 Packager/Destination = ${Variables:APPVEYOR_BUILD_FOLDER}/binaries
22
23 # the version of the config
24 Version/ConfigVersion = 6
25
26 [BlueprintSettings]
27 quassel/quassel.version = master
28
29 libs/dbus.ignored = True
30 binary/mysql.ignored = True
31 libs/llvm-meta.ignored = True
32
33 [windows-msvc2017_32-cl]
34 General/ABI = windows-msvc2017_32-cl
35
36 [windows-msvc2017_64-cl]
37 General/ABI = windows-msvc2017_64-cl