[Git][NTPsec/ntpsec][master] Add mDNS CI job

Matt Selsky gitlab at mg.gitlab.com
Tue May 22 02:24:59 UTC 2018


Matt Selsky pushed to branch master at NTPsec / ntpsec


Commits:
725486e4 by Matt Selsky at 2018-05-22T02:19:03Z
Add mDNS CI job

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -477,3 +477,23 @@ debian-stable-refclocks-32bit:
     - python ./waf configure --refclock=all build check
   tags:
     - gitlab-org
+
+debian-stable-mDNS-basic:
+  <<: *job_definition
+  image: debian:stable-slim
+  script:
+    - apt-get update
+    - apt-get install -y netbase bison gcc libssl-dev libcap-dev pps-tools python-dev libavahi-compat-libdnssd-dev
+    - python ./waf configure build check
+  tags:
+    - gitlab-org
+
+debian-stable-mDNS-refclocks:
+  <<: *job_definition
+  image: debian:stable-slim
+  script:
+    - apt-get update
+    - apt-get install -y netbase bison gcc libssl-dev libcap-dev pps-tools python-dev libavahi-compat-libdnssd-dev
+    - python ./waf configure --refclock=all build check
+  tags:
+    - gitlab-org



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/725486e46131e4efdf387160ce58dc861aca4d99

-- 
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/725486e46131e4efdf387160ce58dc861aca4d99
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20180522/eaac7e6d/attachment.html>


More information about the vc mailing list