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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2022-08-10 15:47:24 +0300
committerHannah von Reth <vonreth@kde.org>2022-08-10 17:10:15 +0300
commite81c9baf8612e0cd02ef30c4d9a7c4ba44df59e8 (patch)
treeba5a16ce6a70abd9f4030e8a4cb8f1f3234748f0 /.craft.ini
parenta7b53bf6f270f4ee886ec4e72bdd8e87ddf4d076 (diff)
Ci: Don't package debug symbols
Packaging and uploading the symbols takes ages. Our nightlies have an integrated crash reporter and local full debug builds are rather easy with craft.
Diffstat (limited to '.craft.ini')
-rw-r--r--.craft.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/.craft.ini b/.craft.ini
index f46cc1a21..301db56c6 100644
--- a/.craft.ini
+++ b/.craft.ini
@@ -43,6 +43,7 @@ Packager/CacheDir = ${Variables:WORKSPACE}/cache
Packager/UseCache = ${Variables:UseCache}
Packager/CreateCache = ${Variables:CreateCache}
Packager/CacheVersion = ${Variables:ownCloudVersion}/Qt_${Variables:QtVersion}_${Variables:CachePatchLvl}
+Packager/PackageDebugSymbols = False
; Packager/RepositoryUrl = https://files.kde.org/craft/
Packager/RepositoryUrl = https://download.owncloud.com/desktop/craft/cache/
Compile/BuildType = RelWithDebInfo