[Git][NTPsec/ntpsec][master] Add GitLab CI jobs to build with refclocks on Alpine Linux

Matt Selsky gitlab at mg.gitlab.com
Sun Feb 3 21:38:47 UTC 2019


Matt Selsky pushed to branch master at NTPsec / ntpsec


Commits:
78dcf002 by Matt Selsky at 2019-02-03T21:35:44Z
Add GitLab CI jobs to build with refclocks on Alpine Linux

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -67,6 +67,15 @@ alpine-basic:
   tags:
     - gitlab-org
 
+alpine-refclocks:
+  <<: *job_definition
+  image: alpine
+  script:
+    - apk update && apk add gcc bison musl-dev openssl-dev libcap-dev python2-dev
+    - python ./waf configure --refclock=all build
+  tags:
+    - gitlab-org
+
 alpine-edge-basic:
   <<: *job_definition
   image: alpine:edge
@@ -77,6 +86,16 @@ alpine-edge-basic:
   tags:
     - gitlab-org
 
+alpine-edge-refclocks:
+  <<: *job_definition
+  image: alpine:edge
+  allow_failure: true
+  script:
+    - apk update && apk add gcc bison musl-dev openssl-dev libcap-dev python2-dev
+    - python ./waf configure --refclock=all build
+  tags:
+    - gitlab-org
+
 debian-oldoldstable-basic:
   <<: *job_definition
   image: debian:oldoldstable-slim



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

-- 
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/78dcf002f31b270cddefb7464622043d49d29c34
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/20190203/b45584aa/attachment-0001.html>


More information about the vc mailing list