mirror of
https://github.com/jimeh/build-emacs-for-macos.git
synced 2026-02-19 13:06:38 +00:00
Compare commits
1 Commits
v0.6.51
...
brew-bundl
| Author | SHA1 | Date | |
|---|---|---|---|
|
07c05a3c6f
|
4
Makefile
4
Makefile
@@ -49,10 +49,10 @@ bootstrap: bootstrap-brew
|
||||
bootstrap-ci: bootstrap-brew bootstrap-brew-ci bootstrap-pip
|
||||
|
||||
bootstrap-brew:
|
||||
brew bundle
|
||||
brew bundle --no-upgrade
|
||||
|
||||
bootstrap-brew-ci:
|
||||
brew bundle --file Brewfile.ci
|
||||
brew bundle --file Brewfile.ci --no-upgrade
|
||||
|
||||
bootstrap-pip:
|
||||
$(PIP) install -r requirements-ci.txt
|
||||
|
||||
Reference in New Issue
Block a user