[master 9/9] Add a new makefile target that does everything needed for jenkins.

clumens installerbot-noreply at redhat.com
Fri Jul 17 13:50:14 UTC 2015


From: Chris Lumens <clumens at redhat.com>

We should have as much of the logic of how the CI tests are run in source
control as possible, so that's what this target is for.  Besides this, jenkins
just runs a "git clean" first.
---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index fce34a8..a59aff2 100644
--- a/Makefile
+++ b/Makefile
@@ -84,4 +84,6 @@ bumpver: potfile
 	sed -i "s/Version: $(VERSION)/Version: $$NEWVERSION/" python-meh.spec ; \
 	sed -i "s/version='$(VERSION)'/version='$$NEWVERSION'/" setup.py
 
+ci: test
+
 .PHONY: clean install tag archive local


-- 
To view this commit on github, visit https://github.com/rhinstaller/python-meh/commit/ed515a5ba295af62886002d7d1ebfc48943cdc91


More information about the anaconda-patches mailing list