summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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