[Git][NTPsec/ntpsec][21C01-ci-asciidoc-py3] CI: hange asciidoc 8 jobs to Debian oldstable and asciidoc 9 to Alpine.
James Browning
gitlab at mg.gitlab.com
Mon Mar 1 22:52:17 UTC 2021
James Browning pushed to branch 21C01-ci-asciidoc-py3 at NTPsec / ntpsec
Commits:
2ffe4b16 by James Browning at 2021-03-01T14:51:47-08:00
CI: hange asciidoc 8 jobs to Debian oldstable and asciidoc 9 to Alpine.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -76,18 +76,18 @@ AsciiDoc-3-Fedora:
- asciidoc3/asciidoc3 --version || echo -n
- PATH="$PWD/asciidoc3:$PATH" python3 ./waf configure --enable-doc --enable-manpage build
-AsciiDoc-classic2-Alpine:
+AsciiDoc-classic2-Debian-oldstable:
<<: *job_definition
- image: alpine
+ image: debian:oldstable
script:
- - apk update && apk add gcc bison musl-dev openssl-dev libcap-dev python2-dev asciidoc
+ - apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install asciidoc-base
- python ./waf configure --enable-doc --enable-manpage build
-AsciiDoc-classic3-Alpine:
+AsciiDoc-classic3-Debian-oldstable:
<<: *job_definition
- image: alpine
+ image: debian:oldstable
script:
- - apk update && apk add gcc bison musl-dev openssl-dev libcap-dev python3-dev asciidoc
+ - apt-get update && DEBIAN_FRONTEND=noninteractive apt-get asciidoc-base
- python3 ./waf configure --enable-doc --enable-manpage build
AsciiDoc-no:
@@ -97,11 +97,11 @@ AsciiDoc-no:
- apk update && apk add gcc bison musl-dev openssl-dev libcap-dev python2-dev
- python ./waf configure --disable-doc --disable-manpage build
-AsciiDoc-py3-Ubuntu:
+AsciiDoc-py3-Alpine:
<<: *job_definition
- image: ubuntu:devel
+ image: alpine
script:
- - apt-get update
+ - apk update && apk add gcc bison musl-dev openssl-dev libcap-dev python3-dev asciidoc
- DEBIAN_FRONTEND="noninteractive" apt-get install -y netbase bison gcc libssl-dev libcap-dev pps-tools python3-dev asciidoc-base
- python3 ./waf configure --enable-doc --enable-manpage build
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/2ffe4b16ddb28352acc580491736f22aeb3987c9
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/2ffe4b16ddb28352acc580491736f22aeb3987c9
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/20210301/fa6e00dc/attachment-0001.htm>
More information about the vc
mailing list