diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2022-12-03 15:55:13 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rspamd.com> | 2022-12-03 15:55:13 +0000 |
commit | ae4d8b6c5ae8116778c1d95eb964ecc05caf677f (patch) | |
tree | 20007775cddb60a69ef9370a48c361b17671079e /.drone.yml | |
parent | 6d18ba9c9c81a94c8c4c768a160a5acc59145676 (diff) | |
download | rspamd-ae4d8b6c5ae8116778c1d95eb964ecc05caf677f.tar.gz rspamd-ae4d8b6c5ae8116778c1d95eb964ecc05caf677f.zip |
[Minor] Another try to fix ci
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 9 |
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 ... |