mirror of
https://github.com/jimeh/build-emacs-for-macos.git
synced 2026-02-19 13:06:38 +00:00
Compare commits
5 Commits
v0.6.39
...
brew-bundl
| Author | SHA1 | Date | |
|---|---|---|---|
|
07c05a3c6f
|
|||
|
14f7aa13d9
|
|||
| 59ebbdaa2b | |||
|
d98c14dde5
|
|||
|
590b0ac21a
|
1
Brewfile
1
Brewfile
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
brew 'autoconf'
|
brew 'autoconf'
|
||||||
brew 'coreutils'
|
brew 'coreutils'
|
||||||
brew 'curl'
|
|
||||||
brew 'dbus'
|
brew 'dbus'
|
||||||
brew 'expat'
|
brew 'expat'
|
||||||
brew 'gcc'
|
brew 'gcc'
|
||||||
|
|||||||
@@ -1,3 +1 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
brew 'python'
|
|
||||||
|
|||||||
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
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.
|
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.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)
|
### [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-ci: bootstrap-brew bootstrap-brew-ci bootstrap-pip
|
||||||
|
|
||||||
bootstrap-brew:
|
bootstrap-brew:
|
||||||
brew bundle
|
brew bundle --no-upgrade
|
||||||
|
|
||||||
bootstrap-brew-ci:
|
bootstrap-brew-ci:
|
||||||
brew bundle --file Brewfile.ci
|
brew bundle --file Brewfile.ci --no-upgrade
|
||||||
|
|
||||||
bootstrap-pip:
|
bootstrap-pip:
|
||||||
$(PIP) install -r requirements-ci.txt
|
$(PIP) install -r requirements-ci.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user