diff options
| author | Petr Štetiar | 2019-10-01 19:50:54 +0000 |
|---|---|---|
| committer | Petr Štetiar | 2020-08-31 06:30:32 +0000 |
| commit | 3a67ebe3fc66ccc84b22eab317110e66b194045d (patch) | |
| tree | ae4f45bfc1a71c928967b1da969b312b1f7c2e86 | |
| parent | 50caea12551705e2fea3f75c2e5cb4bcc724a7a0 (diff) | |
| download | mdnsd-3a67ebe3fc66ccc84b22eab317110e66b194045d.tar.gz | |
Add initial GitLab CI support
Signed-off-by: Petr Štetiar <ynezz@true.cz>
| -rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 6 insertions, 0 deletions
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 |