Merge pull request #884 from justincormack/make-ci

Add new Makefile targets for the CI
This commit is contained in:
Justin Cormack 2016-12-14 17:23:44 -08:00 committed by GitHub
commit 82d1864b9b

View File

@ -82,6 +82,24 @@ else
$(error "git not clean")
endif
ci:
$(MAKE) clean
$(MAKE) all
$(MAKE) test
$(MAKE) media
$(MAKE) clean
$(MAKE) AUFS=1 all
$(MAKE) AUFS=1 test
$(MAKE) AUFS=1 media
ci-pr:
$(MAKE) clean
$(MAKE) all
$(MAKE) test
$(MAKE) clean
$(MAKE) AUFS=1 all
$(MAKE) AUFS=1 test
.PHONY: clean
clean: