[Git][NTPsec/ntpsec][master] Add GitLab CI jobs for most configure options
Matt Selsky
gitlab at mg.gitlab.com
Sun Feb 3 21:42:18 UTC 2019
Matt Selsky pushed to branch master at NTPsec / ntpsec
Commits:
d04c998f by Matt Selsky at 2019-02-03T21:39:11Z
Add GitLab CI jobs for most configure options
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -604,3 +604,84 @@ macos-refclocks:
- macos
only:
- branches at NTPsec/ntpsec
+
+feature-classic-mode:
+ <<: *job_definition
+ image: alpine
+ script:
+ - apk update && apk add gcc bison musl-dev openssl-dev libcap-dev python2-dev
+ - python ./waf configure --refclock=all --enable-classic-mode build
+ tags:
+ - gitlab-org
+
+feature-seccomp:
+ <<: *job_definition
+ image: alpine
+ script:
+ - apk update && apk add gcc bison musl-dev openssl-dev libcap-dev python2-dev libseccomp-dev
+ - python ./waf configure --refclock=all --enable-seccomp build
+ tags:
+ - gitlab-org
+
+feature-debug:
+ <<: *job_definition
+ image: alpine
+ script:
+ - apk update && apk add gcc bison musl-dev openssl-dev libcap-dev python2-dev
+ - python ./waf configure --refclock=all --enable-debug build
+ tags:
+ - gitlab-org
+
+feature-debug-gdb:
+ <<: *job_definition
+ image: alpine
+ script:
+ - apk update && apk add gcc bison musl-dev openssl-dev libcap-dev python2-dev
+ - python ./waf configure --refclock=all --enable-debug-gdb build
+ tags:
+ - gitlab-org
+
+feature-debug-timing:
+ <<: *job_definition
+ image: alpine
+ script:
+ - apk update && apk add gcc bison musl-dev openssl-dev libcap-dev python2-dev
+ - python ./waf configure --refclock=all --enable-debug-timing build
+ tags:
+ - gitlab-org
+
+feature-disable-droproot:
+ <<: *job_definition
+ image: alpine
+ script:
+ - apk update && apk add gcc bison musl-dev openssl-dev libcap-dev python2-dev
+ - python ./waf configure --refclock=all --disable-droproot build
+ tags:
+ - gitlab-org
+
+feature-early-droproot:
+ <<: *job_definition
+ image: alpine
+ script:
+ - apk update && apk add gcc bison musl-dev openssl-dev libcap-dev python2-dev
+ - python ./waf configure --refclock=all --enable-early-droproot build
+ tags:
+ - gitlab-org
+
+feature-leap-smear:
+ <<: *job_definition
+ image: alpine
+ script:
+ - apk update && apk add gcc bison musl-dev openssl-dev libcap-dev python2-dev
+ - python ./waf configure --refclock=all --enable-leap-smear build
+ tags:
+ - gitlab-org
+
+feature-mssntp:
+ <<: *job_definition
+ image: alpine
+ script:
+ - apk update && apk add gcc bison musl-dev openssl-dev libcap-dev python2-dev
+ - python ./waf configure --refclock=all --enable-mssntp build
+ tags:
+ - gitlab-org
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/d04c998f3ccfa07480885c9f82a5a014052adf5b
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/d04c998f3ccfa07480885c9f82a5a014052adf5b
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/20190203/6cdcb1f4/attachment-0001.html>
More information about the vc
mailing list