Skip to content

Commit

Permalink
Remove docs building test for OSX
Browse files Browse the repository at this point in the history
The docs building test also builds on Linux,
and doing this also on OSX is unnecessary.
Building LaTeX should be the same on both
platforms. Running on both was unnecessary.
  • Loading branch information
brarcher authored Mar 20, 2021
1 parent 9e714b7 commit 938c538
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,30 +98,6 @@ jobs:
run: make
- name: make check
run: make check

build_osx_autotools_docs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
# Brew may not have permission to install its packages
- name: change brew install folder permissions
run: sudo chmod -R a+rwx /usr/local/share/ || mkdir -p /usr/local/share/ -m a+rwx
- name: install maxtex
run: brew install --cask mactex
- name: install doc programs
run: brew install texi2html doxygen
- name: install automake
run: brew install automake
- name: install pkg-config
run: brew install pkgconfig
- name: create configure
run: autoreconf -i
- name: configure
run: ./configure
- name: make docs
run: make doc/check_html
- name: make doxygen
run: make doc/doxygen

build_osx_autotools_example:
runs-on: macos-latest
Expand Down

0 comments on commit 938c538

Please sign in to comment.