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

Matt Selsky gitlab at mg.gitlab.com
Sat Apr 7 05:06:49 UTC 2018


Matt Selsky pushed to branch master at NTPsec / ntpsec


Commits:
bc8f203b by Matt Selsky at 2018-04-07T05:04:31Z
Move Debian CI to docker

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -78,57 +78,63 @@ gitlab-refclocks:
 
 debian-wheezy-basic:
   <<: *job_definition
+  image: debian:wheezy-slim
   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:
-    - debian-wheezy
-  only:
-    - branches at NTPsec/ntpsec
+    - gitlab-org
 
 debian-wheezy-refclocks:
   <<: *job_definition
+  image: debian:wheezy-slim
   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:
-    - debian-wheezy
-  only:
-    - branches at NTPsec/ntpsec
+    - gitlab-org
 
 debian-jessie-basic:
   <<: *job_definition
+  image: debian:jessie-slim
   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:
-    - debian-jessie
-  only:
-    - branches at NTPsec/ntpsec
+    - gitlab-org
 
 debian-jessie-refclocks:
   <<: *job_definition
+  image: debian:jessie-slim
   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:
-    - debian-jessie
-  only:
-    - branches at NTPsec/ntpsec
+    - gitlab-org
 
 debian-stretch-basic:
   <<: *job_definition
+  image: debian:stretch-slim
   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:
-    - debian-stretch
-  only:
-    - branches at NTPsec/ntpsec
+    - gitlab-org
 
 debian-stretch-refclocks:
   <<: *job_definition
+  image: debian:stretch-slim
   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:
-    - debian-stretch
-  only:
-    - branches at NTPsec/ntpsec
+    - gitlab-org
 
 ubuntu-1404-lts-basic:
   <<: *job_definition



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

---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/bc8f203b175cd623fc7f672bdc24c8f11d597e78
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/dd942bc9/attachment.html>


More information about the vc mailing list