From: Vsevolod Stakhov Date: Sat, 3 Dec 2022 15:55:13 +0000 (+0000) Subject: [Minor] Another try to fix ci X-Git-Tag: 3.5~163 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae4d8b6c5ae8116778c1d95eb964ecc05caf677f;p=thirdparty%2Frspamd.git [Minor] Another try to fix ci --- diff --git a/.drone.yml b/.drone.yml index 67baee7774..7851eb5575 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 ...