summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2020-03-24 14:34:03 +0200
committerPanu Matilainen <pmatilai@redhat.com>2020-03-26 11:57:58 +0200
commita20400bbdb4f36a3460d55b2565e548c155dcfc1 (patch)
treecec59417e890171f8d20c25bdf9d9dac6e78dbe6
parente2ed6992a8c1daee4d1843cf77791a8f40a57bbe (diff)
downloadrpm-a20400bbdb4f36a3460d55b2565e548c155dcfc1.tar.gz
Add a "ci" make target for easy local running
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 26317a492..da637ca14 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -309,6 +309,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