[Git][NTPsec/ntpsec][master] Add 32-bit CI build job

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


Matt Selsky pushed to branch master at NTPsec / ntpsec


Commits:
e7d995fe by Matt Selsky at 2018-05-22T01:57:36Z
Add 32-bit CI build job

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -457,3 +457,23 @@ openSUSE-tumbleweed-refclocks:
     - python ./waf configure --refclock=all build check
   tags:
     - gitlab-org
+
+debian-stable-basic-32bit:
+  <<: *job_definition
+  image: i386/debian:stable-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:
+    - gitlab-org
+
+debian-stable-refclocks-32bit:
+  <<: *job_definition
+  image: i386/debian:stable-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:
+    - gitlab-org



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

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


More information about the vc mailing list