Compare commits

..

1 Commits

Author SHA1 Message Date
Christian Richter
0cd3205929 Add unbound
All checks were successful
continuous-integration/drone/pr Build is passing
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-07-13 10:53:05 +02:00

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),
]