gnunet-rpm

GNUnet RPM package rules
Log | Files | Refs | README

commit 70959deb75e9a3c42930cb3ac968e4bc5ada45e9
parent b68c0e73cc653227652ce52ad8c716038481eed2
Author: Devan Carpenter <git@dvn.me>
Date:   Sat, 30 Nov 2019 21:27:12 -0800

ci: download the source tarball before building

Diffstat:
M.gitlab-ci.yml | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -5,7 +5,8 @@ build: stage: build image: fedora:latest before_script: - - dnf install -y rpm-build + - dnf install -y rpm-build rpmdevtools script: + - spectool -g -R ~/rpmbuild/SPECS/gnunet.spec - rpmbuild -bs ./rpmbuild/SPECS/gnunet.spec