From ae4d8b6c5ae8116778c1d95eb964ecc05caf677f Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sat, 3 Dec 2022 15:55:13 +0000 Subject: [PATCH] [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 ... -- 2.39.5