mirror of
https://github.com/chylex/Nextcloud-Desktop.git
synced 2024-11-13 22:42:46 +01:00
46 lines
1.3 KiB
INI
46 lines
1.3 KiB
INI
[General]
|
|
Branch = master
|
|
ShallowClone = True
|
|
Command=craft
|
|
|
|
# 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 = False
|
|
|
|
# Settings applicable for all Crafts matrices
|
|
# Settings are Category/key=value
|
|
# Category is case sensitive
|
|
|
|
[GeneralSettings]
|
|
General/EMERGE_PKGDSTDIR=${Variables:APPVEYOR_BUILD_FOLDER}/binaries
|
|
Paths/python = C:\Python36
|
|
Paths/python27 = C:\Python27
|
|
Paths/downloaddir = ${Variables:Root}\downloads
|
|
ShortPath/Enabled = False
|
|
ShortPath/EnableJunctions = True
|
|
ShortPath/JunctionDir = C:\CM-SP\
|
|
Packager/CacheDir = ${Variables:Root}\cache
|
|
Packager/UseCache = ${Variables:UseCache}
|
|
Packager/CreateCache = ${Variables:CreateCache}
|
|
; Packager/RepositoryUrl = https://files.kde.org/craft/
|
|
Packager/PackageType = PortablePackager
|
|
Packager/RepositoryUrl = http://ftp.acc.umu.se/mirror/kde.org/files/craft/master/
|
|
Compile/BuildType = RelWithDebInfo
|
|
ContinuousIntegration/Enabled = True
|
|
|
|
[BlueprintSettings]
|
|
# don't try to pip install on the ci
|
|
python-modules.ignored = True
|
|
|
|
libs/qt5.version = 5.9.3
|
|
craft/craft-core.version = master
|
|
|
|
[windows-msvc2017_64-cl]
|
|
General/ABI = windows-msvc2017_64-cl
|
|
|
|
[windows-msvc2017_32-cl]
|
|
General/ABI = windows-msvc2017_32-cl
|