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>2021-10-07 15:28:49 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2021-10-07 15:28:49 +0300
commita69894ab5601752e23c3ead25d0f2aa6a5a82513 (patch)
tree4afd4dd9c1efc88ed84c842330463946e5742cbb /.drone.star
parentc6c9cdbeb9ff4a05195c765172cfd7174a084747 (diff)
parent35d059e2875732696b0bc6a164cb90f45c56e40a (diff)
Merge remote-tracking branch 'origin/2.9'
Diffstat (limited to '.drone.star')
-rw-r--r--.drone.star2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.star b/.drone.star
index 00d569f9b..7b64a3872 100644
--- a/.drone.star
+++ b/.drone.star
@@ -223,7 +223,7 @@ def build_client(ctx, c_compiler, cxx_compiler, build_type, generator, build_com
"commands": [
'mkdir -p "' + build_dir + '"',
'cd "' + build_dir + '"',
- 'cmake -G"' + generator + '" -DCMAKE_C_COMPILER="' + c_compiler + '" -DCMAKE_CXX_COMPILER="' + cxx_compiler + '" -DCMAKE_BUILD_TYPE="' + build_type + '" -DBUILD_TESTING=1 ..',
+ 'cmake -G"' + generator + '" -DCMAKE_C_COMPILER="' + c_compiler + '" -DCMAKE_CXX_COMPILER="' + cxx_compiler + '" -DCMAKE_BUILD_TYPE="' + build_type + '" -DBUILD_TESTING=1 -DWITH_LIBCLOUDPROVIDERS=ON -S ..',
],
},
{