This repository has been archived by the owner on Sep 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 70
/
appveyor.ini
68 lines (56 loc) · 1.8 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
[General]
Branch = master
ShallowClone = True
Command = craft
# Variables defined here override the default value
# The variable names are casesensitive
[Variables]
#Root = D:\qt-sdk
#Values need to be overwritten to create a cache
UseCache = True
CreateCache = True
Msys = C:\msys64\
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
Paths/Msys = ${Variables:Msys}
Paths/DownloadDir = ${Variables:Root}/downloads
ShortPath/Enabled = False
ShortPath/EnableJunctions = True
ShortPath/JunctionDir = ${Variables:Root}/csp
Packager/Destination =${Variables:APPVEYOR_BUILD_FOLDER}/binaries
Packager/UseCache = ${Variables:UseCache}
Packager/CreateCache = ${Variables:CreateCache}
Packager/CacheDir = ${Variables:APPVEYOR_BUILD_FOLDER}/cache
Packager/RepositoryUrl = http://downloads.kdab.com/ci/cache/gammaray/cache
ContinuousIntegration/RepositoryUrl = http://downloads.kdab.com/ci/cache/gammaray/binary
ContinuousIntegration/UpdateRepository = True
Compile/BuildType = Release
ContinuousIntegration/Enabled=True
QtSDK/Version=5.10.1
QtSDK/Path=C:\Qt
QtSDK/Enabled=True
Blueprints/BlueprintRoot = ${Variables:Root}/blueprints
# the version of the config
Version/ConfigVersion = 6
[BlueprintSettings]
/.buildTests = False
qt-apps/gammaray.version = master
qt-apps/charm.version = master
libs/openssl.version = 1.0.2o
libs/icu.ignored = True
binary/mysql.ignored = True
libs/dbus.ignored = True
[windows-msvc2015_32-cl]
QtSDK/Compiler = msvc2015
General/ABI = windows-msvc2015_32-cl
[windows-mingw_32-gcc]
QtSDK/Compiler = mingw53_32
General/ABI = windows-mingw_32-gcc
[windows-msvc2017_64-cl]
QtSDK/Compiler = msvc2017_64
General/ABI = windows-msvc2017_64-cl