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.41
...
brew-bundl
| Author | SHA1 | Date | |
|---|---|---|---|
|
07c05a3c6f
|
@@ -1,3 +1 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
brew 'python'
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
### [0.6.41](https://github.com/jimeh/build-emacs-for-macos/compare/v0.6.40...v0.6.41) (2023-01-16)
|
||||
|
||||
### [0.6.40](https://github.com/jimeh/build-emacs-for-macos/compare/v0.6.39...v0.6.40) (2023-01-08)
|
||||
|
||||
### [0.6.39](https://github.com/jimeh/build-emacs-for-macos/compare/v0.6.38...v0.6.39) (2022-12-04)
|
||||
|
||||
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