mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 03:17:15 +02:00
added Drone support to this branch
This commit is contained in:
@ -6,7 +6,7 @@ local library = "unordered";
|
|||||||
|
|
||||||
local triggers =
|
local triggers =
|
||||||
{
|
{
|
||||||
branch: [ "master", "develop", "feature/*" ]
|
branch: [ "master", "develop", "feature/*", "bugfix/*" ]
|
||||||
};
|
};
|
||||||
|
|
||||||
local ubsan = { UBSAN: '1', UBSAN_OPTIONS: 'print_stacktrace=1' };
|
local ubsan = { UBSAN: '1', UBSAN_OPTIONS: 'print_stacktrace=1' };
|
||||||
|
Reference in New Issue
Block a user