aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml9
1 files 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
...