commit fe74f83cdbe418aed952f5ac1f89748c20307341
parent 8b6bf78c65cd6b37f09e1ad677d293028921a27d
Author: Devan Carpenter <git@dvn.me>
Date: Sat, 30 Nov 2019 23:37:21 -0800
ci: we do need rpmdevtools
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
@@ -5,7 +5,7 @@ build:
stage: build
image: fedora:latest
before_script:
- - dnf install -y rpm-build
+ - dnf install -y rpm-build rpmdevtools
script:
- rpmdev-setuptree
- cp ./rpmbuild/SPECS/gnunet.spec ~/rpmbuild/SPECS/gnunet.spec