Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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