commit ae4d8b6: [Minor] Another try to fix ci
Vsevolod Stakhov
vsevolod at rspamd.com
Sat Dec 3 15:56:03 UTC 2022
Author: Vsevolod Stakhov
Date: 2022-12-03 15:55:13 +0000
URL: https://github.com/rspamd/rspamd/commit/ae4d8b6c5ae8116778c1d95eb964ecc05caf677f (HEAD -> master)
[Minor] Another try to fix ci
---
.drone.yml | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/.drone.yml b/.drone.yml
index 67baee777..7851eb557 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -71,12 +71,11 @@ steps:
-DENABLE_CLANG_PLUGIN=ON
-DENABLE_FULL_DEBUG=ON
-DSANITIZE=address
- -GNinja
$CI_WORKSPACE
- ncpu=$(getconf _NPROCESSORS_ONLN)
- - ninja -j $ncpu install
- - ninja -j $ncpu rspamd-test
- - ninja -j $ncpu rspamd-test-cxx
+ - make -j $ncpu install
+ - make -j $ncpu rspamd-test
+ - make -j $ncpu rspamd-test-cxx
# We run rspamd-test (unit test) and functional test (runned by robot) in
# parallel to save time. To avoid conflict in saving lua coverage we run them
@@ -280,6 +279,6 @@ trigger:
---
kind: signature
-hmac: 69ce993473ff6ff19fa3c8ccc28cb5a1a58bcfe67e2becf9e7114ac51323df45
+hmac: 15dc479c49116a6282da0a6cdf1f6a38855c95622992ca173369532a6e3b7e53
...
More information about the Commits
mailing list