mirror of
https://github.com/httpie/cli.git
synced 2024-11-28 08:38:44 +02:00
Add make brew-test
This commit is contained in:
parent
933b438e5f
commit
42ff243400
8
Makefile
8
Makefile
@ -144,5 +144,11 @@ pdf:
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
|
|
||||||
homebrew-formula-vars:
|
brew-vars:
|
||||||
extras/get-homebrew-formula-vars.py
|
extras/get-homebrew-formula-vars.py
|
||||||
|
|
||||||
|
brew-test:
|
||||||
|
- brew uninstall httpie
|
||||||
|
brew install --build-from-source ./extras/httpie.rb
|
||||||
|
brew test httpie
|
||||||
|
brew audit --strict httpie
|
||||||
|
Loading…
Reference in New Issue
Block a user