mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
add make brewpr for homebrew user.
This commit is contained in:
parent
8f0878a021
commit
e15d847106
|
|
@ -113,6 +113,9 @@ debian:
|
|||
ros debian/debian.ros all
|
||||
test:
|
||||
run-prove roswell-test.asd
|
||||
brewpr:
|
||||
git pull
|
||||
if [ `uname` = 'Darwin' ];then brew bump-formula-pr -v --url=https://github.com/roswell/roswell/archive/`git describe --abbrev=0 --tags`.tar.gz roswell; fi
|
||||
|
||||
FORCE:
|
||||
.PHONY: release-prepare release release-push test winrelease debian FORCE
|
||||
|
|
|
|||
Loading…
Reference in a new issue