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-06 13:18:12 +0300
committerHannah von Reth <vonreth@kde.org>2021-10-06 15:56:46 +0300
commit934d2aa724a9943d326624bc5829e544107cc375 (patch)
tree6e5d1cfc1aae3aa822664180d1084c3749f36b1d /.drone.star
parent8f0f241c4ec813eb97510e83a75318683ef720ba (diff)
Always build with cloudproviders
Camke will fail if the dependency is missing
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 c6a73596a..35ada25d4 100644
--- a/.drone.star
+++ b/.drone.star
@@ -252,7 +252,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 ..',
],
},
{