[Git][NTPsec/ntpsec][master] Add Alpine Edge Gitlab CI job
Gary E. Miller
gitlab at mg.gitlab.com
Thu Jul 26 01:30:06 UTC 2018
Gary E. Miller pushed to branch master at NTPsec / ntpsec
Commits:
a6262fe2 by Matt Selsky at 2018-07-26T01:25:36Z
Add Alpine Edge Gitlab CI job
Allow failures so we can get notified about upstream breakage without breaking
our CI
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -63,6 +63,16 @@ alpine-basic:
tags:
- gitlab-org
+alpine-edge-basic:
+ <<: *job_definition
+ image: alpine:edge
+ allow_failure: true
+ script:
+ - apk update && apk add gcc bison musl-dev openssl-dev libcap-dev python2-dev
+ - python ./waf configure build check
+ tags:
+ - gitlab-org
+
debian-oldoldstable-basic:
<<: *job_definition
image: debian:oldoldstable-slim
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/a6262fe2d0045f0b8b98966c5982df59dcfc3d3f
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/a6262fe2d0045f0b8b98966c5982df59dcfc3d3f
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/20180726/c399ff30/attachment.html>
More information about the vc
mailing list