[Git][NTPsec/ntpsec][master] Add clang build target to gitlab CI
Matt Selsky
gitlab at mg.gitlab.com
Tue Apr 3 03:54:25 UTC 2018
Matt Selsky pushed to branch master at NTPsec / ntpsec
Commits:
0c1df940 by Matt Selsky at 2018-04-03T03:51:31Z
Add clang build target to gitlab CI
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -320,3 +320,19 @@ python-coverage:
tags:
- gitlab-org
+clang-basic:
+ <<: *job_definition
+ script:
+ - apt-get update -qq && apt-get install -y -qq bison libcap-dev pps-tools python-dev clang
+ - python ./waf configure --check-c-compiler=clang build check
+ tags:
+ - gitlab-org
+
+clang-refclocks:
+ <<: *job_definition
+ script:
+ - apt-get update -qq && apt-get install -y -qq bison libcap-dev pps-tools python-dev clang
+ - python ./waf configure --check-c-compiler=clang --refclock=all build check
+ tags:
+ - gitlab-org
+
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/0c1df94047b3fc0dea1ed12be35c9c7b36b15243
---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/0c1df94047b3fc0dea1ed12be35c9c7b36b15243
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/20180403/6b1b745b/attachment.html>
More information about the vc
mailing list