Skip to content

Commit

Permalink
Merge pull request libcheck#330 from libcheck/brarcher-patch-1
Browse files Browse the repository at this point in the history
Remove docs building test for OSX
  • Loading branch information
brarcher authored Mar 20, 2021
2 parents 9e714b7 + 938c538 commit 9ae888a
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 9ae888a

Please sign in to comment.