Skip to content

Commit

Permalink
Update emacs-apple.yml
Browse files Browse the repository at this point in the history
ok, maybe not THAT verbose
  • Loading branch information
cooljeanius committed Oct 26, 2023
1 parent 4b88f7e commit d1e9d36
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/emacs-apple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,9 @@ jobs:
- run: brew update
- run: brew install make automake gettext texinfo gawk gdb coreutils gnu-sed gnu-which clang-build-analyzer clang-format libstxxl
env:
HOMEBREW_BOOTSNAP: 1
HOMEBREW_CURL_VERBOSE: 1
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
HOMEBREW_VERBOSE: 1
HOMEBREW_VERBOSE_USING_DOTS: 1
GIT_CURL_VERBOSE: 1
- name: Initial build
run: |
if test -n "${{ matrix.compiler }}"; then \
Expand Down Expand Up @@ -48,14 +45,11 @@ jobs:
- name: Build docs
if: "${{ success() }}"
env:
HOMEBREW_BOOTSNAP: 1
HOMEBREW_CURL_VERBOSE: 1
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
HOMEBREW_VERBOSE: 1
HOMEBREW_VERBOSE_USING_DOTS: 1
GIT_CURL_VERBOSE: 1
run: |
if test -d doc && test -w doc && test -x "$(which makeinfo)" && test -x "$(which brew)" && test -x "$(which nproc)" && test -n "$(nproc)" && test "$(nproc)" -ge 2; then \
if test -d doc && test -w doc && test -x "$(which makeinfo)" && test -x "$(which brew)" && test -x "$(which nproc)" && test -n "$(nproc)" && test "$(nproc)" -ge 2 && test -r doc/Makefile; then \
echo "using $(which makeinfo) for makeinfo with the following version info: $(makeinfo --version)"; \
brew install texlive; \
echo "nproc says we can use $(nproc) build jobs."; \
Expand Down

0 comments on commit d1e9d36

Please sign in to comment.