diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-08-05 15:09:08 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-08-05 15:09:08 +0200 |
commit | 23632a3f2de3af9757aacf95d5b6401e14b6a012 (patch) | |
tree | d7c461afdf3b946925f06fe185927c0195a521fe | |
parent | 8d4bc2efcf63fcca291f2f44f0af92cd2e626535 (diff) | |
download | gterm-23632a3f2de3af9757aacf95d5b6401e14b6a012.tar.gz |
ci: add dnf builddep
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e8b948d..ed6c511 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,7 @@ build_fedora: stage: build image: fedora:latest script: + - dnf install -y 'dnf-command(builddep)' - dnf builddep -y *.spec - mkdir build-meson - meson . build-meson |