added Drone support to this branch

This commit is contained in:
joaquintides
2022-06-27 20:35:01 +02:00
parent 9da4b3a45a
commit f36bfe24f6

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' };