Add pkgconf and systemd before building/ installing

.gitlab-ci.yml:
Add pkgconf and systemd to the list of packages, that are installed
before executing the build and install targets. They are required to
retrieve the correct path for systemd's system units.
This commit is contained in:
David Runge 2022-07-23 01:53:23 +02:00
parent ad8698e96c
commit 9f8c58f340
No known key found for this signature in database
GPG Key ID: 139B09DA5BF0D338

View File

@ -46,7 +46,7 @@ build_install:
stage: test stage: test
needs: [] needs: []
before_script: before_script:
- pacman -Syu --needed --noconfirm make python sequoia-sq - pacman -Syu --needed --noconfirm make pkgconf python sequoia-sq systemd
script: script:
- make - make
- make install PREFIX=/usr - make install PREFIX=/usr