added Drone support to this branch

This commit is contained in:
joaquintides
2022-06-27 20:35:59 +02:00
parent 3edfe2b76f
commit 5855c67d4d

View File

@ -6,7 +6,7 @@ local library = "unordered";
local triggers =
{
branch: [ "master", "develop", "feature/*" ]
branch: [ "master", "develop", "feature/*", "bugfix/*" ]
};
local ubsan = { UBSAN: '1', UBSAN_OPTIONS: 'print_stacktrace=1' };