[Git][NTPsec/ntpsec][master] Enable gcc:7 CI checks
Matt Selsky
gitlab at mg.gitlab.com
Wed May 10 12:39:37 UTC 2017
Matt Selsky pushed to branch master at NTPsec / ntpsec
Commits:
a105af26 by Matt Selsky at 2017-05-10T02:41:53-04:00
Enable gcc:7 CI checks
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,3 +47,22 @@ debian-jessie-refclocks:
- python ./waf configure --refclock=all build
tags:
- debian-jessie
+
+gcc-7-basic:
+ <<: *job_definition
+ image: gcc:7
+ script:
+ - apt-get update -qq && apt-get install -y -qq bison libcap-dev pps-tools python-dev
+ - python ./waf configure build
+ tags:
+ - gitlab-org
+
+gcc-7-refclocks:
+ <<: *job_definition
+ image: gcc:7
+ 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/a105af2633244ddf18e71314818d1b8b1b8de74c
---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/a105af2633244ddf18e71314818d1b8b1b8de74c
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/20170510/627ef089/attachment.html>
More information about the vc
mailing list