[Git][NTPsec/ntpsec][master] Make sure gcc CI job runs latest gcc, not just 7

Matt Selsky gitlab at mg.gitlab.com
Tue May 22 02:42:41 UTC 2018


Matt Selsky pushed to branch master at NTPsec / ntpsec


Commits:
13030e2d by Matt Selsky at 2018-05-22T02:37:50Z
Make sure gcc CI job runs latest gcc, not just 7

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -239,18 +239,18 @@ ubuntu-1710-refclocks:
   tags:
     - gitlab-org
 
-gcc-7-basic:
+gcc-latest-basic:
   <<: *job_definition
-  image: gcc:7
+  image: gcc:latest
   script:
     - apt-get update -qq && apt-get install -y -qq bison libcap-dev pps-tools python-dev
     - python ./waf configure build check
   tags:
     - gitlab-org
 
-gcc-7-refclocks:
+gcc-latest-refclocks:
   <<: *job_definition
-  image: gcc:7
+  image: gcc:latest
   script:
     - apt-get update -qq && apt-get install -y -qq bison libcap-dev pps-tools python-dev
     - python ./waf configure --refclock=all build check



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

-- 
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/13030e2d71bfea50c4ab0e3109a01054866fc0b1
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/20180522/5ac5d045/attachment.html>


More information about the vc mailing list