Add unbound
All checks were successful
continuous-integration/drone/pr Build is passing

Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
Christian Richter
2022-07-13 10:50:27 +02:00
parent 25b91f88b2
commit 0cd3205929
4 changed files with 43 additions and 4 deletions

View File

@@ -14,6 +14,13 @@ def main(ctx):
stepBuildWeekly("amd64", "webtest"),
stepBuildWeekly("arm64", "webtest"),
stepPR("amd64", "unbound"),
stepPR("arm64", "unbound"),
stepMergeMaster("amd64", "unbound"),
stepMergeMaster("arm64", "unbound"),
stepBuildWeekly("amd64", "unbound"),
stepBuildWeekly("arm64", "unbound"),
notify(ctx),
]