Skip to content
Snippets Groups Projects
Verified Commit 9f8c58f3 authored by David Runge's avatar David Runge :chipmunk:
Browse files

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.
parent ad8698e9
No related branches found
No related tags found
1 merge request!138Add script and service to refresh existing PGP keys from the distribution's WKD
......@@ -46,7 +46,7 @@ build_install:
stage: test
needs: []
before_script:
- pacman -Syu --needed --noconfirm make python sequoia-sq
- pacman -Syu --needed --noconfirm make pkgconf python sequoia-sq systemd
script:
- make
- make install PREFIX=/usr
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment