From: Petr Štetiar Date: Tue, 1 Oct 2019 19:50:54 +0000 (+0200) Subject: Add initial GitLab CI support X-Git-Url: http://git.openwrt.org/project/luci.git;master?a=commitdiff_plain;h=3a67ebe3fc66ccc84b22eab317110e66b194045d;p=project%2Fmdnsd.git Add initial GitLab CI support Signed-off-by: Petr Štetiar --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..56d55a3 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,6 @@ +variables: + CI_TARGET_BUILD_DEPENDS: umdns + +include: + - remote: https://gitlab.com/ynezz/openwrt-ci/raw/master/openwrt-ci/gitlab/main.yml + - remote: https://gitlab.com/ynezz/openwrt-ci/raw/master/openwrt-ci/gitlab/pipeline.yml