[Git][NTPsec/ntpsec][master] Add gitlab-ci builds for latest Debian and Ubuntu releases

Matt Selsky gitlab at mg.gitlab.com
Tue Dec 5 07:52:04 UTC 2017


Matt Selsky pushed to branch master at NTPsec / ntpsec


Commits:
31d6e42a by Matt Selsky at 2017-12-05T02:21:17-05:00
Add gitlab-ci builds for latest Debian and Ubuntu releases

Add Debian Stretch/9
Add Ubuntu 14.04 LTS
Add Ubuntu 16.04 LTS
Add Ubuntu 17.10

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -99,6 +99,70 @@ debian-jessie-refclocks:
   tags:
     - debian-jessie
 
+debian-stretch-basic:
+  <<: *job_definition
+  script:
+    - python ./waf configure build
+    - python -m unittest discover -s build/main/tests/pylib
+  tags:
+    - debian-stretch
+
+debian-stretch-refclocks:
+  <<: *job_definition
+  script:
+    - python ./waf configure --refclock=all build
+    - python -m unittest discover -s build/main/tests/pylib
+  tags:
+    - debian-stretch
+
+ubuntu-1404-lts-basic:
+  <<: *job_definition
+  script:
+    - python ./waf configure build
+    - python -m unittest discover -s build/main/tests/pylib
+  tags:
+    - ubuntu-1404-lts
+
+ubuntu-1404-lts-refclocks:
+  <<: *job_definition
+  script:
+    - python ./waf configure --refclock=all build
+    - python -m unittest discover -s build/main/tests/pylib
+  tags:
+    - ubuntu-1404-lts
+
+ubuntu-1604-lts-basic:
+  <<: *job_definition
+  script:
+    - python ./waf configure build
+    - python -m unittest discover -s build/main/tests/pylib
+  tags:
+    - ubuntu-1604-lts
+
+ubuntu-1604-lts-refclocks:
+  <<: *job_definition
+  script:
+    - python ./waf configure --refclock=all build
+    - python -m unittest discover -s build/main/tests/pylib
+  tags:
+    - ubuntu-1604-lts
+
+ubuntu-1710-basic:
+  <<: *job_definition
+  script:
+    - python ./waf configure build
+    - python -m unittest discover -s build/main/tests/pylib
+  tags:
+    - ubuntu-1710
+
+ubuntu-1710-refclocks:
+  <<: *job_definition
+  script:
+    - python ./waf configure --refclock=all build
+    - python -m unittest discover -s build/main/tests/pylib
+  tags:
+    - ubuntu-1710
+
 gcc-7-basic:
   <<: *job_definition
   image: gcc:7



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

---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/31d6e42a6b7001fa4e08fcf1f2323b82a7beb1c4
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/20171205/13e971f0/attachment.html>


More information about the vc mailing list