[Git][NTPsec/ntpsec][master] Add FreeBSD 10 jobs to Gitlab CI
Matt Selsky
gitlab at mg.gitlab.com
Sun Dec 24 22:15:08 UTC 2017
Matt Selsky pushed to branch master at NTPsec / ntpsec
Commits:
de6c8546 by Matt Selsky at 2017-12-24T16:59:53-05:00
Add FreeBSD 10 jobs to Gitlab CI
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -184,6 +184,22 @@ gcc-7-refclocks:
tags:
- gitlab-org
+freebsd-10-basic:
+ <<: *job_definition
+ script:
+ - python ./waf configure build
+ - python -m unittest discover -s build/main/tests/pylib
+ tags:
+ - freebsd-10
+
+freebsd-10-refclocks:
+ <<: *job_definition
+ script:
+ - python ./waf configure --refclock=all build
+ - python -m unittest discover -s build/main/tests/pylib
+ tags:
+ - freebsd-10
+
freebsd-11-basic:
<<: *job_definition
script:
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/de6c8546f6644f5b93fc494cde85fab46c373db2
---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/de6c8546f6644f5b93fc494cde85fab46c373db2
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/20171224/1d2068b8/attachment.html>
More information about the vc
mailing list