[Git][NTPsec/ntpsec][master] Add Fedora 24/25 to GitLab CI

Matt Selsky gitlab at mg.gitlab.com
Fri Jun 16 04:17:02 UTC 2017


Matt Selsky pushed to branch master at NTPsec / ntpsec


Commits:
31dce4d7 by Matt Selsky at 2017-06-16T00:10:59-04:00
Add Fedora 24/25 to GitLab CI

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -122,3 +122,31 @@ centos-7-refclocks:
   tags:
     - centos-7
 
+fedora-24-basic:
+  <<: *job_definition
+  script:
+    - python ./waf configure build
+  tags:
+    - fedora-24
+
+fedora-24-refclocks:
+  <<: *job_definition
+  script:
+    - python ./waf configure --refclock=all build
+  tags:
+    - fedora-24
+
+fedora-25-basic:
+  <<: *job_definition
+  script:
+    - python ./waf configure build
+  tags:
+    - fedora-25
+
+fedora-25-refclocks:
+  <<: *job_definition
+  script:
+    - python ./waf configure --refclock=all build
+  tags:
+    - fedora-25
+



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/31dce4d78f83a8561e1667ff6a3abb7e888d5ff3

---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/31dce4d78f83a8561e1667ff6a3abb7e888d5ff3
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/20170616/f89c42f8/attachment.html>


More information about the vc mailing list