summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2020-03-24 14:34:03 +0200
committerPanu Matilainen <pmatilai@redhat.com>2021-03-22 12:12:12 +0200
commit392c2399386104526e92e871a4783cb4f380ecdf (patch)
treed900925d610027088061bedba76bc8dbfd1e5efb
parent1a9b142fde141ef95215115b19915c0a005bffda (diff)
downloadrpm-392c2399386104526e92e871a4783cb4f380ecdf.tar.gz
Add a "ci" make target for easy local running
(cherry picked from commit b50ed03bf09ab6190c4f64b5df295a7136055ee1)
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 79f860dde..d0ad833bb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -319,6 +319,11 @@ BUILT_SOURCES += db.h
endif
DISTCLEANFILES = db.h
+.PHONY: ci
+ci:
+ podman build -t rpm -f ci/Dockerfile .
+ podman run -t rpm
+
ChangeLog:
touch ChangeLog