Browse Source

Add rdfind for deb/rpm build jobs

Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
main
Mario Limonciello 12 months ago
parent
commit
622b8a17ec
  1. 4
      .gitlab-ci.yml

4
.gitlab-ci.yml

@ -1,10 +1,10 @@
.debcommon: &debcommon .debcommon: &debcommon
- apt update - apt update
- apt install build-essential debhelper git python3-jinja2 -y - apt install build-essential debhelper git python3-jinja2 rdfind -y
- make deb - make deb


.rpmcommon: &rpmcommon .rpmcommon: &rpmcommon
- dnf install make git python3-jinja2 rpmdevtools -y - dnf install make git python3-jinja2 rpmdevtools rdfind -y
- make rpm - make rpm


check-commits: check-commits:

Loading…
Cancel
Save