[Git][NTPsec/ntpsec][master] Add basic gitlab CI jobs
Matt Selsky
gitlab at mg.gitlab.com
Fri Apr 14 07:25:48 UTC 2017
Matt Selsky pushed to branch master at NTPsec / ntpsec
Commits:
7f61608b by Matt Selsky at 2017-04-14T07:24:01+00:00
Add basic gitlab CI jobs
- - - - -
1 changed file:
- + .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,35 @@
+.job_template: &job_definition
+ stage: build
+ artifacts:
+ expire_in: 7d
+ paths:
+ - build/main/attic/sht
+ - build/main/ntpclients/ntpdig
+ - build/main/ntpclients/ntpkeygen
+ - build/main/ntpclients/ntpleapfetch
+ - build/main/ntpclients/ntploggps
+ - build/main/ntpclients/ntplogtemp
+ - build/main/ntpclients/ntpmon
+ - build/main/ntpclients/ntpq
+ - build/main/ntpclients/ntpsweep
+ - build/main/ntpclients/ntptrace
+ - build/main/ntpclients/ntpviz
+ - build/main/ntpclients/ntpwait
+ - build/main/ntpd/ntpd
+ - build/main/ntpfrob/ntpfrob
+
+gitlab-basic:
+ <<: *job_definition
+ script:
+ - apt-get update -qq && apt-get install -y -qq bison libcap-dev pps-tools python-dev
+ - python ./waf configure build
+ tags:
+ - gitlab-org
+
+gitlab-refclocks:
+ <<: *job_definition
+ script:
+ - apt-get update -qq && apt-get install -y -qq bison libcap-dev pps-tools python-dev
+ - python ./waf configure --refclock=all build
+ tags:
+ - gitlab-org
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/7f61608be1d8758a82322b682895cc633068e585
---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/7f61608be1d8758a82322b682895cc633068e585
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/20170414/079b21a5/attachment.html>
More information about the vc
mailing list