[Git][NTPsec/ntpsec][master] Move Ubuntu CI to docker

Matt Selsky gitlab at mg.gitlab.com
Sat Apr 7 04:14:50 UTC 2018


Matt Selsky pushed to branch master at NTPsec / ntpsec


Commits:
2709877d by Matt Selsky at 2018-04-07T04:11:42Z
Move Ubuntu CI to docker

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -123,57 +123,63 @@ debian-stretch-refclocks:
 
 ubuntu-1404-lts-basic:
   <<: *job_definition
+  image: ubuntu:14.04
   script:
+    - apt-get update
+    - apt-get install -y bison gcc libssl-dev libcap-dev pps-tools python-dev
     - python ./waf configure build check
   tags:
-    - ubuntu-1404-lts
-  only:
-    - branches at NTPsec/ntpsec
+    - gitlab-org
 
 ubuntu-1404-lts-refclocks:
   <<: *job_definition
+  image: ubuntu:14.04
   script:
+    - apt-get update
+    - apt-get install -y bison gcc libssl-dev libcap-dev pps-tools python-dev
     - python ./waf configure --refclock=all build check
   tags:
-    - ubuntu-1404-lts
-  only:
-    - branches at NTPsec/ntpsec
+    - gitlab-org
 
 ubuntu-1604-lts-basic:
   <<: *job_definition
+  image: ubuntu:16.04
   script:
+    - apt-get update
+    - apt-get install -y netbase bison gcc libssl-dev libcap-dev pps-tools python-dev
     - python ./waf configure build check
   tags:
-    - ubuntu-1604-lts
-  only:
-    - branches at NTPsec/ntpsec
+    - gitlab-org
 
 ubuntu-1604-lts-refclocks:
   <<: *job_definition
+  image: ubuntu:16.04
   script:
+    - apt-get update
+    - apt-get install -y netbase bison gcc libssl-dev libcap-dev pps-tools python-dev
     - python ./waf configure --refclock=all build check
   tags:
-    - ubuntu-1604-lts
-  only:
-    - branches at NTPsec/ntpsec
+    - gitlab-org
 
 ubuntu-1710-basic:
   <<: *job_definition
+  image: ubuntu:17.10
   script:
+    - apt-get update
+    - apt-get install -y netbase bison gcc libssl-dev libcap-dev pps-tools python-dev
     - python ./waf configure build check
   tags:
-    - ubuntu-1710
-  only:
-    - branches at NTPsec/ntpsec
+    - gitlab-org
 
 ubuntu-1710-refclocks:
   <<: *job_definition
+  image: ubuntu:17.10
   script:
+    - apt-get update
+    - apt-get install -y netbase bison gcc libssl-dev libcap-dev pps-tools python-dev
     - python ./waf configure --refclock=all build check
   tags:
-    - ubuntu-1710
-  only:
-    - branches at NTPsec/ntpsec
+    - gitlab-org
 
 gcc-7-basic:
   <<: *job_definition



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/2709877dd35b7f8ccf207b9e9e32120166bdf7fb

---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/2709877dd35b7f8ccf207b9e9e32120166bdf7fb
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/20180407/8946df47/attachment.html>


More information about the vc mailing list