Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.appveyor.ini - github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 446cb1b497c25ec8dd895ea50ff627f014bc504f (plain)
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 = False

# Variables defined here override the default value
# The variable names are casesensitive
[Variables]
#Values need to be overwritten to create a chache
UseCache = True
CreateCache = True
QtVersion = 5.12.5
CacheVersion = Qt_${Variables:QtVersion}

# just a snapshot
CraftCoreRevision =  87f73d75f104763702d488fb53aad74f8f5e6030
CraftBlueprintRevision = 4798f787303ddbaa4c0d7a2c928a7836a1ed0e10

# set APPVEYOR_BUILD_FOLDER to cwd, override on ci
APPVEYOR_BUILD_FOLDER = ${Variables:Root}
CiBuild = True

# Settings applicable for all Crafts matrices
# Settings are Category/key=value
# Category is case sensitive

[GeneralSettings]
Version/ConfigVersion = 6

Packager/Destination=${Variables:APPVEYOR_BUILD_FOLDER}/binaries
Paths/Python = C:/Python36
Paths/Python27 = C:/Python27
Paths/DownloadDir = ${Variables:Root}/downloads
Blueprints/BlueprintRoot = ${Variables:Root}/blueprints
ShortPath/JunctionDir = /_/
Packager/CacheDir = ${Variables:APPVEYOR_BUILD_FOLDER}/cache
Packager/UseCache = ${Variables:UseCache}
Packager/CreateCache = ${Variables:CreateCache}
Packager/CacheVersion = ${Variables:CacheVersion}
; Packager/RepositoryUrl = https://files.kde.org/craft/
Packager/PackageType = PortablePackager
Packager/Whitelist = *.pdb;*.sym;symbols
Packager/RepositoryUrl =  https://download.owncloud.com/desktop/craft/cache/;https://files.kde.org/craft/master/
Compile/BuildType = RelWithDebInfo
ContinuousIntegration/Enabled = ${Variables:CiBuild}

[BlueprintSettings]
# don't try to pip install on the ci
python-modules.ignored = True
binary/mysql.ignored = True
libs/llvm-meta.ignored = True
qt-libs/qtkeychain.version=master

libs/qt5.version = ${Variables:QtVersion}
craft/craft-core.revision = ${Variables:CraftCoreRevision}
craft/craft-blueprints-kde.revision = ${Variables:CraftBlueprintRevision}

[windows-msvc2017_64-cl]
General/ABI = windows-msvc2017_64-cl

[windows-msvc2017_32-cl]
General/ABI = windows-msvc2017_32-cl

[macos-64-clang]
Paths/Python =
Paths/Python27 =
General/ABI = macos-64-clang
Compile/MakeProgram = make
Packager/PackageType = MacDMGPackager