[Git][NTPsec/ntpsec][master] Add openSUSE jobs to gitlab CI

Matt Selsky gitlab at mg.gitlab.com
Sat Apr 21 05:39:42 UTC 2018


Matt Selsky pushed to branch master at NTPsec / ntpsec


Commits:
c455f93d by Matt Selsky at 2018-04-21T05:10:50Z
Add openSUSE jobs to gitlab CI

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -378,3 +378,40 @@ clang-refclocks:
   tags:
     - gitlab-org
 
+openSUSE-latest-basic:
+  <<: *job_definition
+  image: opensuse:latest
+  script:
+    - zypper -n install bison gcc libopenssl-devel libcap-devel pps-tools-devel python-devel
+    - python ./waf configure build check
+  tags:
+    - gitlab-org
+
+openSUSE-latest-refclocks:
+  <<: *job_definition
+  image: opensuse:latest
+  script:
+    - zypper -n install bison gcc libopenssl-devel libcap-devel pps-tools-devel python-devel
+    - python ./waf configure --refclock=all build check
+  tags:
+    - gitlab-org
+
+openSUSE-tumbleweed-basic:
+  <<: *job_definition
+  image: opensuse:tumbleweed
+  allow_failure: true
+  script:
+    - zypper -n install bison gcc libopenssl-devel libcap-devel pps-tools-devel python-devel
+    - python ./waf configure build check
+  tags:
+    - gitlab-org
+
+openSUSE-tumbleweed-refclocks:
+  <<: *job_definition
+  image: opensuse:tumbleweed
+  allow_failure: true
+  script:
+    - zypper -n install bison gcc libopenssl-devel libcap-devel pps-tools-devel python-devel
+    - python ./waf configure --refclock=all build check
+  tags:
+    - gitlab-org



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

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


More information about the vc mailing list