forked from quassel/quassel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.appveyor.ini
37 lines (30 loc) · 888 Bytes
/
.appveyor.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[General]
Command = craft
Branch = master
ShallowClone = True
# Variables defined here override the default value
# The variable names are case sensitive
[Variables]
#Root = D:\qt-sdk
APPVEYOR_BUILD_FOLDER = ${Variables:Root}
# Settings applicable for all Crafts matrices
# Settings are Category/key=value
# Category is case sensitive
[GeneralSettings]
Paths/Python = C:\Python36
Paths/Python27 = C:\Python27
ShortPath/Enabled = False
Compile/BuildType = Release
ContinuousIntegration/Enabled = True
Packager/Destination = ${Variables:APPVEYOR_BUILD_FOLDER}/binaries
# the version of the config
Version/ConfigVersion = 6
[BlueprintSettings]
quassel/quassel.version = master
libs/dbus.ignored = True
binary/mysql.ignored = True
libs/llvm-meta.ignored = True
[windows-msvc2017_32-cl]
General/ABI = windows-msvc2017_32-cl
[windows-msvc2017_64-cl]
General/ABI = windows-msvc2017_64-cl