Use dependencies from a shared repo
Boost still gets picked from there, but it is installed from a release
tarball instead of a random git subtree -- mainly because this method is
much more efficient than dealing with a gazillion of git repositories.
Depends-on: https://gerrit.cesnet.cz/c/CzechLight/dependencies/+/1521
Change-Id: Ia85eac63bdc0e118824075bad847e0ab347d7f81
diff --git a/.zuul.yaml b/.zuul.yaml
new file mode 100644
index 0000000..b6e739e
--- /dev/null
+++ b/.zuul.yaml
@@ -0,0 +1,11 @@
+- project:
+ check:
+ jobs:
+ - clang-format:
+ voting: false
+ - f29-gcc:
+ requires: CzechLight-deps-f29-gcc
+ - f29-gcc-asan-ubsan:
+ requires: CzechLight-deps-f29-gcc-asan-ubsan
+ - f29-clang-asan:
+ requires: CzechLight-deps-f29-clang-asan