diff options
| author | nl6720 <nl6720@gmail.com> | 2023-06-12 20:55:08 +0300 |
|---|---|---|
| committer | nl6720 <nl6720@gmail.com> | 2024-02-17 11:27:19 +0200 |
| commit | 2932a9def38fbe03c3727c6f5ca4f8e888826c78 (patch) | |
| tree | 991b8b2a6311876e316fc0e657fd5d7f5442a8fd /.gitlab-ci.yml | |
| parent | bedb75a8c39aa5f154ee4fc383374de3ef399e6d (diff) | |
| download | archiso-2932a9def38fbe03c3727c6f5ca4f8e888826c78.tar.gz archiso-2932a9def38fbe03c3727c6f5ca4f8e888826c78.tar.bz2 | |
Makefile: build and install the mkarchiso(1) man page
rst2man from python-docutils is required to convert the man page from
reStructuredText.
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d2f601d..0e7f709 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ check: metrics: output/metrics.txt before_script: - pacman -Sy --needed --noconfirm archlinux-keyring - - pacman -Syu --needed --noconfirm arch-install-scripts bash dosfstools e2fsprogs erofs-utils gnupg grub jq libarchive libisoburn mtools openssl squashfs-tools zsync + - pacman -Syu --needed --noconfirm arch-install-scripts bash dosfstools e2fsprogs erofs-utils gnupg grub jq libarchive libisoburn mtools openssl python-docutils squashfs-tools zsync script: - ./.gitlab/ci/build_archiso.sh ${BUILD_SCRIPT_ARGS} stage: build |
