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>2020-12-15 14:56:44 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2020-12-15 14:56:44 +0300
commit9f4f516c577abc6b949b365c610e7a3f1e61607e (patch)
tree8d692e39d3e78567983fa10c47ded176a37ced64 /.drone.star
parentcf336c5098a8b73b58f7fa7eb9a8df8865aa109c (diff)
Ci: Disable clazy, its currently broken in ubuntu 20.04
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 b6202cfa1..3975f4ec7 100644
--- a/.drone.star
+++ b/.drone.star
@@ -133,7 +133,7 @@ def build_and_test_client(ctx, c_compiler, cxx_compiler, build_type, generator,
"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 -DENABLE_CLAZY=ON ..',
+ 'cmake -G"' + generator + '" -DCMAKE_C_COMPILER="' + c_compiler + '" -DCMAKE_CXX_COMPILER="' + cxx_compiler + '" -DCMAKE_BUILD_TYPE="' + build_type + '" -DBUILD_TESTING=1 ..',
],
},
{